Skip to content

Instantly share code, notes, and snippets.

@vlkrw
Last active January 21, 2019 09:32
Show Gist options
  • Save vlkrw/0ceaa01bb71758659647412083389b10 to your computer and use it in GitHub Desktop.
Save vlkrw/0ceaa01bb71758659647412083389b10 to your computer and use it in GitHub Desktop.

Visual Studio Code

General

Shortcut Description
Display
Ctrl + Shift + D Open Debug Sidebar
Ctrl + Shift + F Show Search Sidebar
Ctrl + B Toggle Sidebar
Ctrl + Shift + M Toggle Problems Panel
Ctrl + Shift + Y Toggle Debug Console Panel
Navigation
Ctrl + Shift + P Open command palette
F12 Go to symbol (directly)
Ctrl + Shift + O Go to symbol (prefilled)
Ctrl + T Go to symbol on selection

Keyboard Shortcuts for Java Editing

Shortcut Description
Navigation
Ctrl + Shift + Tab Cycle through open editors
Alt + F12 Peek definition
Shift + F12 Peek references
Selection
Shift + Alt + Left/Right Shrink/expand selection
Ctrl + Alt + Up/Down Multi selection
Refactoring
Ctrl + Shift + R Refactor on selection
F2 Rename symbol
Shift + Alt + O Organize imports
Shift + Alt + F Format document
Ctrl + K/Ctrl + F Format selection
Ctrl+ Shift + K Delete lines

See also

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment