visual studio code shortcuts code example
Example 1: visual studio format code shortcut
//Ctrl+K, Ctrl+D
//for c# scheme: Ctrl+E, Ctrl+D
Example 2: vscode shortcut to delete line
Mac OS : Command + X or Command + Shift + K
Example 3: 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.
Example 4: command palette vscode
On windows: Use Ctrl+Shift+P to open the commmand palette
Example 5: visual studio code spawn multiple cursors
//Spawn multiple cursors in Visual Studio Code (OS: Windows)
alt + left mouse click
Example 6: vscode command to select a whole line
windows: Ctrl + L
MacOS: Command + L