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
I think this is not as necessary with the other issue linked, so I'm going to close this issue for now. In addition, neovim integration also solves this issue for us.
For VSCodeVim/Vim#1017, we need to be able to move the cursor to the correct indentation level.
We can't just insert a tab, because when the cursor is at the beginning of the line, there's no way to know whether we should insert a tab or not.
Alternatively, an API call that indents the current line to the correct level would also be suitable for our purposes.
The text was updated successfully, but these errors were encountered: