Answers for "visual studio code shortcuts"

10

vs code copy a link down

On Windows: Shift + Alt + Up/Down.
On Mac: Shift + Option + Up/Down.
On Ubuntu: Ctrl + Shift + Alt + Up/Down.
Posted by: Guest on July-13-2020
6

vscode shortcut to delete line

Mac OS : Command + X  or Command + Shift + K
Posted by: Guest on November-11-2020
4

visual studio format code shortcut

//Ctrl+K, Ctrl+D
//for c# scheme: Ctrl+E, Ctrl+D
Posted by: Guest on March-25-2021
7

command palette vscode

On windows: Use Ctrl+Shift+P to open the commmand palette
Posted by: Guest on June-11-2020
3

visual studio code shortcuts

Windows edit key bindings:
first (ctrl+k ) and then press (ctrl+s)
ctrl + k -> ctrl + s
Posted by: Guest on July-26-2021
3

visual studio code spawn multiple cursors

//Spawn multiple cursors in Visual Studio Code (OS: Windows)
alt + left mouse click
Posted by: Guest on July-06-2020

Code answers related to "visual studio code shortcuts"

Browse Popular Code Answers by Language