The VsCode Shortcuts CheatSheet
The VsCode Shortcuts CheatSheet
1. General Shortcuts:
2. Code Navigation:
3. Code Editing:
● Ctrl+F: Find
● Ctrl+H: Replace
● F3 / Shift+F3: Find next/previous
● Alt+Enter: Select all occurrences of Find match
● Ctrl+D: Add selection to next Find match
● Ctrl+K Ctrl+D: Move last selection to next Find match
6. Integrated Terminal:
7. Debugging:
8. Git Integration:
10. Python:
11. JavaScript:
13. TypeScript:
1. F12: Go to definition.
2. Shift+Alt+F: Format the document.
3. Ctrl+Space: Get TypeScript suggestions.
4. Ctrl+Shift+X: Show fixes for the current error.
5. F2: Rename a symbol.
6. Ctrl+K, Ctrl+I: Hover information.
7. Ctrl+Shift+O: Navigate to a symbol's declaration in the file.