Kladde

VSCode Shortcuts

Window

Tastenkombination Beschreibung
Ctrl + 0 Reset Zoom
Ctrl + Shift + = Increase current View
Ctrl + Shift + - Decrease current View
Ctrl + B Toggle Side Bar
Ctrl + J Toggle Panel
Ctrl + Shift + Alt + / Focus previous/next Panel View

Terminal

Tastenkombination Beschreibung
Ctrl + ` Focus Terminal
Ctrl + Shift + ` Create new Terminal
Alt + / Focus previous/next Terminal
Ctrl + / Split Terminal Pane
Alt + / Focus previous/next Terminal Pane
Ctrl + / Scroll Terminal up/down
Ctrl + Shift + PgUp/PgDn Scroll Terminal page up/down
Alt + Shift + = Toggle maximize Terminal

Editor Group

Tastenkombination Beschreibung
Ctrl + / Split Editor
Alt/ Focus left/right Editor Group
Tastenkombination Beschreibung
Ctrl + Shift + E Open Explorer, tipe to search for file, use arrow keys to navigate through the results

File Navigation

Tastenkombination Beschreibung
Crtl + E Switch between opened files in recent used order
Ctrl + Alt + / Go forward/backward opened editors
Crtl + Tab Switch between open editors in recent used order
Ctrl + Shift + F Global Search F4/Shift+F4 to iterate through the results

In File Navigation

Tastenkombination Beschreibung
Alt + Enter Breadcrumbs; navigate with Ctrl + ///
Crtl + Shift + O Symbols current file. Type : to sort
Crtl + T Go to Symbol
F12 Go to definition
Alt + F12 Go to declaration
CtrlShift + F12 Peek Implementation
Ctrl + Shift + F10 Peek Definition
Shift + Tab Change focus between Peek List and Peek Editor
Ctrl + Shift + Space Show parameter info
Ctrl + K Ctrl + I Quickdocumentation
Ctrl + F12 Go to implementations
Ctrl + Shift + F12 Peek implementations

Edit Files

Tastenkombination Beschreibung
F8 Go to next highlighted error
Shift + F8 Go to previous highlighted error
F1 Show Hover
Ctrl + . Intention popup
Ctr + Shift + R Refactor menu; specialized refactoring is more context sensitive
Ctrl + Shift + [ Fold section
Ctrl + Shift + ] Unfold section
Alt + Shift + Expand section at caret, (expands via word essentially)
Alt + Shift + Reduces section at caret
Alt + D Duplicate line
Ctrl + Shift + V Clipboard history (extension)
Ctrl + Shift + / Create new cursor above/under
F2 Rename Symbole
Ctrl + D Select next occurrence
Ctrl + U Deselect
Ctrl + Shift + L Select all occurrences
Alt + / Move current row down/up
Ctrl + Shift + I Reformat code based on code style use
Ctrl + K I + F Reformat selected code based on code style use
Shift + Alt + O Optimize Imports
Ctrl + Space Basic completion

Debugging

Tastenkombination Beschreibung
F5 Continue/Start Debugging
Shift + F5 Stop Debbuging
F9 Toggle Breakpoint
F10 Step Over
F11 Step Into
Shift + F11 Step Out
Shift + F1 Show Debug Hover
Ctrl + L Clear Debug Console, when focused

Verschiedenes

Tastenkombination Beschreibung
Ctrl + Shift + P Search for shortcut

Referenzen