👩💻Microsoft Visual Studio Code – Useful Keyboard⌨ Shortcuts / Windows Cheetsheet 🔥🚀🚀
General Shortcuts
| F1 | Shows the Command Palette |
| Ctrl+, | Visual Studio Code Settings |
| Ctrl+พี | Quick find/search file to open |
Editing Shortcuts
| Alt+⬆ | Move line up |
| Alt+⬇ | Move line down |
| เปลี่ยน+Alt+⬆ | Copy line up |
| เปลี่ยน+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 | ตัด, keep cursor on the line without selection to cut whole line |
| Ctrl+ คลิก | 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 on function call to jump to function definition |
File Management Shortcuts
| Ctrl+Tab | Toggle forward through open files |
| Ctrl+เปลี่ยน+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+ชั่วโมง | Replace text/code in file. Ctrl+enter to replace all. |
| Ctrl+ง | Select whole of current word |
| Ctrl+เปลี่ยน+ล. | Select all instances of current word |
Display Shortcuts
| Ctrl+เปลี่ยน+ฉ | Show global search |
Terminal Shortcuts
| Ctrl+' | Show integrated terminal |
