Skip to content

Instantly share code, notes, and snippets.

@Peaj
Created January 23, 2023 23:05
Show Gist options
  • Save Peaj/91de63cf353de77d3749f2d46fd7c902 to your computer and use it in GitHub Desktop.
Save Peaj/91de63cf353de77d3749f2d46fd7c902 to your computer and use it in GitHub Desktop.
IDE Keyboard Shortcuts.md
Action Custom VSCode
Find Usages Alt+Shift+F12 Alt+Shift+F12
Show Usages Shift+F12 Shift+F12
Toggle Case
Back Alt+Left Alt+Left
Forward Alt+Right Alt+Right
Go to File Crtl+P Ctrl+P
Go to Symbol Ctrl+Shift+O, Ctrl+T
Go to Row Ctrl+G Ctrl+G
Go to Declaration or Usages F12, Ctrl+Click, Middle-Click F12, Ctrl+Click
Go to Implementations Ctrl+F12, Shift+Middle-Click Ctrl+F12
Go to File Member Ctrl+Shift+O Ctrl+Shift+O
Move Line Up Alt+Up Alt+Up
Move Line Down Alt+Down Alt+Down
Rename Ctrl+R+R, F2 F2
Refactor This Ctrl+Shift+R Ctrl+Shift+R
Introduce Variable Ctrl+Alt+V Ctrl+Alt+V
Introduce Field Ctrl+Alt+F Ctrl+Alt+F
Introduce Parameter Ctrl+Alt+P Ctrl+Alt+P
Extract Method Ctrl+Alt+M Ctrl+Alt+M
Duplicate Line Or Selection Ctrl+D Alt+Shift+Down
Show Context Actions Alt+Enter Ctrl+.
Show Quick Fixes Alt+Enter Ctrl+.
Copy Ctrl+C Ctrl+C
Paste Ctrl+V Ctrl+V
Cut Ctrl+X Ctrl+X
Save Ctrl+S Ctrl+S
Duplicate Line Ctrl+D
Comment/Uncomment Ctrl+K+C
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment