Catalog / IDE/Editor Shortcuts Cheat Sheet
IDE/Editor Shortcuts Cheat Sheet
A quick reference guide to essential shortcuts for popular IDEs and code editors, boosting productivity and streamlining workflow.
VS Code Shortcuts
Basic Navigation
|
Quick Open, Go to File… |
|
Go to Symbol in File… |
|
Go to Line… |
|
Toggle Sidebar Visibility |
|
Open next recently used editor |
|
Open previous recently used editor |
Editing
|
Cut line (empty selection) |
|
Copy line (empty selection) |
|
Copy line down |
|
Copy line up |
|
Delete line |
|
Jump to matching bracket |
Search and Replace
|
Find |
|
Replace |
|
Find next / Find previous |
|
Select all occurrences of Find match |
|
Add selection to next Find match |
IntelliJ IDEA Shortcuts
Navigation
|
Go to Class |
|
Go to File |
|
Go to Symbol |
|
Go to Declaration |
|
Switch between opened tabs |
|
Recent Files Popup |
Editing
|
Duplicate current line or selection |
|
Delete line at caret |
|
Start new line |
|
Move statement up/down |
|
Column Selection Mode |
Refactoring
|
Rename |
|
Extract Method |
|
Extract Variable |
|
Extract Constant |
|
Extract Field |
Sublime Text Shortcuts
Selection
|
Select word |
|
Split into lines |
|
Select All |
|
Select scope |
|
Select all occurrences |
Editing Actions
|
Duplicate Line |
|
Join Lines |
|
Convert to Uppercase |
|
Convert to Lowercase |
|
Paste and Indent |
Navigation
|
Go to Anything… |
|
Go to Symbol… |
|
Go to Line… |
|
Command Palette |
Atom Shortcuts
Basic
|
Open Command Palette |
|
Toggle comment for current line |
|
Delete line |
|
Select next word |
Navigation
|
File Finder |
|
Go to Symbol |
|
Go to Line |
|
Toggle Tree View |
Editing
|
Duplicate line |
|
Uppercase |
|
Lowercase |
|
Join lines |