question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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.

68747470733a2f2f7261772e67697468756275736572636f6e74656e742e636f6d2f6b616e6b61726973746f2f61746f6d2d6d756c74692d637572736f722d706c75732f6769662f73686f77636173652e676966

Issue Analytics

  • State:open
  • Created 7 years ago
  • Reactions:22
  • Comments:18 (1 by maintainers)

github_iconTop GitHub Comments

9reactions
vscodebot[bot]commented, Mar 6, 2018

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!

9reactions
ricardofreemancommented, May 31, 2017

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found