Allow to create multi-cursor with keyboard
See original GitHub issue- VSCode Version: 1.10.0 - insider
- OS Version: Windows
– Sorry for the English, I used Google Translator –
Allow me to place multiple cursors by navigating with the arrow keys.
Like this extension multi-cursor-plus of Atom. Press alt + x
to highlight a cursor, use the arrow keys to scroll to the next location you want (by pressing the alt
key), and press again.
If I wanted to take some specific cursor, I’ll enter the arrows to the location and press alt + x
again.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:22
- Comments:18 (1 by maintainers)
Top Results From Across the Web
How can you create multiple cursors in Visual Studio Code
As of Visual Studio Code version 0.10.9, you can now do a Create Multiple Cursors from Selected Lines by selecting multiple lines, and...
Read more >Multi-cursor editing in VS Code - YouTube
As the name suggests, multi-cursor lets you create multiple cursors in a ... the different ways in which you can create multiple cursors, ......
Read more >Multiple cursors and selection ranges | IntelliJ IDEA ...
You can enable virtual spaces on the Editor | General page of the IDE settings Ctrl+Alt+S and they are also enabled in the...
Read more >Keyboard shortcuts for multiple cursors on Windows
Shift+Ctrl+Key up/down : sort of multiple cursor placement. Alt+Mouse select : block select. What I'm missing most is multi cursor/caret placing ...
Read more >Basic Editing in Visual Studio Code
VS Code has a rich set of default keyboard shortcuts as well as allowing you ... There's also a menu item Use Ctrl+Click...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We try to keep VS Code lean and we think the functionality you’re asking for is great for a VS Code extension. Maybe you can already find one that suits you in the VS Code Marketplace. Just in case, in a few simple steps you can get started writing your own extension. See also our issue reporting guidelines.
Happy Coding!
I am looking for this exact feature on VSCode, I love it on Atom and was trying to replicate it on VSCode. Ctrl-Alt-Down/Up is not the same thing, I’d like to be able to freely move the active cursor while holding Alt and marking it with X whenever I want. After releasing Alt all cursors would be positioned where I wanted. It’s a lot faster than using the mouse.