👩💻Microsoft Visual Studio Code – Useful Keyboard⌨ Shortcuts / Windows Cheetsheet 🔥🚀🚀
General Shortcuts
| F1 | Shows the Command Palette |
| קטרל+, | Visual Studio Code Settings |
| קטרל+p | Quick find/search file to open |
Editing Shortcuts
| אַלט+⬆ | Move line up |
| אַלט+⬇ | Move line down |
| יבעררוק+אַלט+⬆ | Copy line up |
| יבעררוק+אַלט+⬇ | Copy line down |
| אַלט+/ | Toggle line comment |
| קטרל+➡ | Navigate cursor right word by word |
| קטרל+⬅ | Navigate cursor left word by word |
| היים | Navigate cursor to beginning of line |
| End | Navigate cursor to end of line |
| קטרל+C | קאָפּיע, keep cursor on the line without selection to copy whole line |
| קטרל+רענטגענ | Cut, keep cursor on the line without selection to cut whole line |
| קטרל+ Click | Multiple cursors, Esc to cancel |
| קטרל+אַלט+⬆ | Multiple cursors from current position up, Esc to cancel |
| קטרל+אַלט+⬇ | Multiple cursors from current position down, Esc to cancel |
| F2 | Rename variables, HTML tags, … |
| קטרל+ Click | Click on function call to jump to function definition |
File Management Shortcuts
| קטרל+Tab | Toggle forward through open files |
| קטרל+יבעררוק+Tab | Toggle backwards through open files |
| קטרל+w | Close currently open file/tab |
Editor Shortcuts
| קטרל+\ | Copy current open file in split window |
Search and Replace Shortcuts
| קטרל+f | Find text/code in file |
| קטרל+ה | Replace text/code in file. קטרל+enter to replace all. |
| קטרל+ד | Select whole of current word |
| קטרל+יבעררוק+l | Select all instances of current word |
Display Shortcuts
| קטרל+יבעררוק+f | Show global search |
Terminal Shortcuts
| קטרל+' | Show integrated terminal |
