👩‍💻Microsoft Visual Studio CodeUseful Keyboard⌨ Shortcuts / Windows Cheetsheet 🔥🚀🚀

General Shortcuts

F1 Shows the Command Palette
Ctrl+, Visual Studio Code Settings
Ctrl+p Quick find/search file to open

Editing Shortcuts

Alt+ Move line up
Alt+ Move line down
Shift+Alt+ Copy line up
Shift+Alt+ Copy line down
Alt+/ Toggle line comment
Ctrl+ Navigate cursor right word by word
Ctrl+ Navigate cursor left word by word
בית Navigate cursor to beginning of line
End Navigate cursor to end of line
Ctrl+ג העתק, keep cursor on the line without selection to copy whole line
Ctrl+x Cut, keep cursor on the line without selection to cut whole line
Ctrl+ Click Multiple cursors, Esc to cancel
Ctrl+Alt+ Multiple cursors from current position up, Esc to cancel
Ctrl+Alt+ Multiple cursors from current position down, Esc to cancel
F2 Rename variables, HTML tags, …
Ctrl+ Click Click on function call to jump to function definition

File Management Shortcuts

Ctrl+Tab Toggle forward through open files
Ctrl+Shift+Tab Toggle backwards through open files
Ctrl+w Close currently open file/tab

Editor Shortcuts

Ctrl+\ Copy current open file in split window

Search and Replace Shortcuts

Ctrl+ו Find text/code in file
Ctrl+h Replace text/code in file. Ctrl+enter to replace all.
Ctrl+ד Select whole of current word
Ctrl+Shift+l Select all instances of current word

Display Shortcuts

Ctrl+Shift+ו Show global search

Terminal Shortcuts

Ctrl+' Show integrated terminal