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
Describe the bug
Change-inside-braces (ci{) commands removes all indentation from within a block. This is different from what vim does and is also makes this feature kind of useless. To Reproduce
Steps to reproduce the behavior:
See that it deletes foo(); and puts cursor to the leftmost column disrespecting indentation.
Expected behavior
I expect to keep indentation that's consistent with the scope block that's being edited.
Additional context
This problem has been here for years. I gave this plugin a go this year to find out if anything's changed but it looks like it's still here.
The text was updated successfully, but these errors were encountered:
Yeah, this is frustrating (I write C++ and python for my work). Unfortunately this is the fault of the language extension; not VSCodeVim - see #1017 (comment).
Describe the bug
Change-inside-braces (ci{) commands removes all indentation from within a block. This is different from what vim does and is also makes this feature kind of useless.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect to keep indentation that's consistent with the scope block that's being edited.
Additional context
This problem has been here for years. I gave this plugin a go this year to find out if anything's changed but it looks like it's still here.
The text was updated successfully, but these errors were encountered: