You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please thumbs-up 👍 this issue if it personally affects you! You can do this by clicking on the emoji-face on the top right of this post. Issues with more thumbs-up will be prioritized.
What did you do?
In a document with multiple lines and the cursor at the beginning of the first line; Ctrl+v, cursor down to include all lines, Shift+i, Tab, Esc
What did you expect to happen?
All lines that was included in the visual block has white space added
What happened instead?
Only the first line had white space added.
It works if I use Space instead of Tab.
Technical details:
VSCode Version: 1.10.2
VsCodeVim Version: 0.6.6
OS: Win 7
The text was updated successfully, but these errors were encountered:
I was trying to have a look at this myself but got stuck at the class InsertInInsertVisualBlockMode in actions.ts where I can see that this action supposed to trigger on <any> key.
During debugging most keys I press hits a breakpoint in the exec function, but I can't get any breakpoints to trigger when clicking TAB
I don't know enough about how the Vim plugin, or VS Code itself, handles Tab so I don't really know where to continue looking.
Please thumbs-up 👍 this issue if it personally affects you! You can do this by clicking on the emoji-face on the top right of this post. Issues with more thumbs-up will be prioritized.
What did you do?
In a document with multiple lines and the cursor at the beginning of the first line;
Ctrl+v
, cursor down to include all lines,Shift+i
,Tab
,Esc
What did you expect to happen?
All lines that was included in the visual block has white space added
What happened instead?
Only the first line had white space added.
It works if I use
Space
instead ofTab
.Technical details:
The text was updated successfully, but these errors were encountered: