-
-
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
Multiple selections do not work as expected #417
Comments
I generally use |
For whatever it is worth, the Vim emulation in both Atom and in Sublime Text works as I'd expect in this case: all selections are acting upon identically. |
@dahjelle unfortunately, the APIs that these IDEs expose are vastly different from each other. as a result, all the vim emulators are different beasts (ie. no shared code). |
Wow, this is getting more interest than I had previously anticipated. Bumping the priority up. |
Just my 2c: This is the only reason I used amVim over this extension - on that extension it allows multi cursors. |
Alright, that is a huge amount of support. I will do this immediately after I finish Visual Block mode. THE PEOPLE HAVE SPOKEN. |
Update: Just merged visual block mode into master, so I'll be working on this next. No promises, but with any luck it won't take more than a week to implement. |
Working on it over here: #587 |
Done!! Took a little longer than my initial estimate, heh. |
You're a legend @johnfn, thank you! |
@frederickfogerty, what are the normal ways that you would trigger multiple selections in visual studio code? One that I know of is cmd-d - what other ways do you use frequently? |
@johnfn I just use Cmd-d. In vim I use C-n (https://github.com/terryma/vim-multiple-cursors), but for VSCode I've just used Cmd-d. |
Cool! Cmd-d is actually the only one I've implemented so far, but the infrastructure is there for any other multicursor actions that people want added. :) |
I am not seeing where this current behavior is implemented. I have version 0.0.28 on the MAC. Is this not in the release build yet? |
I'm on 0.5.1 and still seeing issues with multi-cursors (cmd+d). |
Issue Summary
Only the first selection is operated upon when there are multiple selections.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: