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
