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

Ctrl+P

Quick Open, Go to File…

Ctrl+Shift+O

Go to Symbol in File…

Ctrl+G

Go to Line…

Ctrl+B

Toggle Sidebar Visibility

Ctrl+Tab

Open next recently used editor

Ctrl+Shift+Tab

Open previous recently used editor

Editing

Ctrl+X

Cut line (empty selection)

Ctrl+C

Copy line (empty selection)

Alt+Shift+Down

Copy line down

Alt+Shift+Up

Copy line up

Ctrl+Shift+K

Delete line

Ctrl+Shift+\

Jump to matching bracket

Search and Replace

Ctrl+F

Find

Ctrl+H

Replace

F3 / Shift+F3

Find next / Find previous

Alt+Enter

Select all occurrences of Find match

Ctrl+D

Add selection to next Find match

IntelliJ IDEA Shortcuts

Navigation

Ctrl+N

Go to Class

Ctrl+Shift+N

Go to File

Ctrl+Alt+Shift+N

Go to Symbol

Ctrl+B / Ctrl+Click

Go to Declaration

Alt+Right/Left

Switch between opened tabs

Ctrl+E

Recent Files Popup

Editing

Ctrl+D

Duplicate current line or selection

Ctrl+Y

Delete line at caret

Shift+Enter

Start new line

Ctrl+Shift+Up/Down

Move statement up/down

Alt+Shift+Insert

Column Selection Mode

Refactoring

Shift+F6

Rename

Ctrl+Alt+M

Extract Method

Ctrl+Alt+V

Extract Variable

Ctrl+Alt+C

Extract Constant

Ctrl+Alt+F

Extract Field

Sublime Text Shortcuts

Selection

Ctrl+D

Select word

Ctrl+Shift+L

Split into lines

Ctrl+A

Select All

Ctrl+Shift+Space

Select scope

Alt+F3

Select all occurrences

Editing Actions

Ctrl+Shift+D

Duplicate Line

Ctrl+J

Join Lines

Ctrl+K, Ctrl+U

Convert to Uppercase

Ctrl+K, Ctrl+L

Convert to Lowercase

Ctrl+Shift+V

Paste and Indent

Navigation

Ctrl+P

Go to Anything…

Ctrl+R

Go to Symbol…

Ctrl+G

Go to Line…

Ctrl+Shift+P

Command Palette

Atom Shortcuts

Basic

Ctrl+Shift+P

Open Command Palette

Ctrl+/

Toggle comment for current line

Ctrl+Shift+K

Delete line

Ctrl+D

Select next word

Navigation

Ctrl+P

File Finder

Ctrl+R

Go to Symbol

Ctrl+G

Go to Line

Ctrl+B

Toggle Tree View

Editing

Ctrl+Shift+D

Duplicate line

Ctrl+K, Ctrl+U

Uppercase

Ctrl+K, Ctrl+L

Lowercase

Ctrl+J

Join lines