Skip to content

Instantly share code, notes, and snippets.

@arttuladhar
Last active August 12, 2021 21:07
Show Gist options
  • Save arttuladhar/48f2d2c881b2cd534bba601e07e9f065 to your computer and use it in GitHub Desktop.
Save arttuladhar/48f2d2c881b2cd534bba601e07e9f065 to your computer and use it in GitHub Desktop.
IntelliJ Shortcuts

IntelliJ Shortcuts

General and Navigation

Function Shortcut
Search Everywhere Double ⇧
Find Action Cmd + Shift + A
Parameter Info Cmd + P
Open File by Class Name Cmd + O
Open File by FileName Cmd + Shift + O
Open Recent Files Cmd + E
Open Recently Editted Location Cmd + Shift + E
Close Window Cmd + W
Open Settings Dialog Cmd + ,
Open Project Preference Dialog Cmd + ;

Editing

Function Shortcut
Show Intended Actions and Quick Fix Cmd + Enter
Open Code Fragment Cmd + +
Close Code Fragment Cmd + -
Basic Code Completion Control + Space
Duplicate Current Line Cmd + D
Delete Line Cmd + Delete
Move Line Up/Down Cmd + Up / Down

Navigation

Function Shortcut
Toggle Maximizing Editor Cmd + Shift + F12
Toggle Terminal Window Option + F12
Highlight Variables Cmd + Shift + F7
Open Code Fragment Cmd + +
Close Code Fragment Cmd + -
Basic Code Completion Control + Space

Refactoring

Function Shortcut
Extract Variable Option + Cmd`` + v
Reformat Code Option + Cmd + L

Version Control

Function Shortcut
Roll Back Option + Shift + Z
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment