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
Click confused 😕 on this issue if not having it makes VSCodeVim unusable.
The VSCodeVim team prioritizes issues based on reaction count.
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
Bug
Environment:
VSCode Version: 1.13.1
VsCodeVim Version: 0.8.6
OS: Mac OSX El Capitan 10.11.6
What happened:
With the cursor over the [ with the following code, I entered cs[{, and a leftover closing square brace remained in between the new curly braces.
Before:
int main() {
for (;;) [
]
}
After:
int main() {
for (;;) {
] }
}
Furthermore, if there is an empty line between the opening and closing braces, e.g. we have something like
int main() {
for (;;) [
]
}
and I try the same thing, there is no replacement. At the bottom of VSCode there are the following messages at each keystroke: -- SURROUND INPUT MODE -- cs -- SURROUND INPUT MODE -- cs[ -- SURROUND INPUT MODE --{
What did you expect to happen: I expected the opening and closing square brackets to turn into opening and closing curly braces.
How to reproduce it: Try above steps.
The text was updated successfully, but these errors were encountered:
The VSCodeVim team prioritizes issues based on reaction count.
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
Bug
Environment:
What happened:
With the cursor over the
[
with the following code, I enteredcs[{
, and a leftover closing square brace remained in between the new curly braces.Before:
After:
Furthermore, if there is an empty line between the opening and closing braces, e.g. we have something like
and I try the same thing, there is no replacement. At the bottom of VSCode there are the following messages at each keystroke:
-- SURROUND INPUT MODE -- cs
-- SURROUND INPUT MODE -- cs[
-- SURROUND INPUT MODE --{
What did you expect to happen: I expected the opening and closing square brackets to turn into opening and closing curly braces.
How to reproduce it: Try above steps.
The text was updated successfully, but these errors were encountered: