-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multiline editing does not work #146
Comments
I'm not sure what this means. Are you referring to visual block mode? |
VSCode also comes with Multi-cursor which doesn't seem to work after installing this extension. |
No!When it is at command mode,i press the shortkey "command+d" for multiline selecting. Then i need change the content,i press "i" to insert mode, it dose not work! Only the first cursor update. ps: mac os system |
Yes, there is a problem with this plugin, I type the for and use VSCode build-in snippet, the multi edit can't work.Like this:
then build-in snippet will select all index, and you can multi edit, but when you type only the first cursor update, and rest are gone.
|
And the other situation is that when you type for,use the snippet
and type tab skip set index, and will select the array, then you change the array, only the first will change, and then you type enter, the rest will change, but the word will placed before cursor, and the most import is that, the inserted word will replaced the characters before cursor, like follow code, it will replaced
|
VI with multi cursor mode is extremely powerful. This bug is pretty much the only thing keeping me from switching from atom. |
+1 |
Closing in favor of #417. |
The vscodevim extension was installed, but the mutil edit can't work ,
The text was updated successfully, but these errors were encountered: