Home > OS >  placing multiple cursor on the vscode for linux?
placing multiple cursor on the vscode for linux?

Time:03-20

How to set the keyboard shortcut in vscode to alt left_click for placing multiple cursors?

I could not find it in the 'keyboard shortcuts' section.

I found one named createCursor but couldn't add any mouse input.

CodePudding user response:

You set the modifier in your settings.json or with the GUI

editor.multiCursorModifier

search for multi cursor in the GUI

  • Related