Skip to content

Instantly share code, notes, and snippets.

@pkafel
Last active October 2, 2017 19:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pkafel/8a1c071a85b6248bc2b18412a07fd3ed to your computer and use it in GitHub Desktop.
Save pkafel/8a1c071a85b6248bc2b18412a07fd3ed to your computer and use it in GitHub Desktop.
Most essential Intellij shortcuts (that I use in my everyday job)

Most essential Intellij IDEA shortcuts (that I use in my everyday job)

All below shortcuts work on keymap Mac OS X (10.5+)

Search

  • command + o - search class
  • command + shift + o - search file
  • command + alt + o - search symbol
  • double shift - search everywhere
  • alt + F7 - search for usage
  • command + shift + a - search for action \ option

Navigation

  • command + 1 - jump to Project/hide project
  • command + , - preferences
  • command + e - recent files
  • command + alt + b - go into implementation
  • command + b - go into

Others

  • alt + arrow up - selection
  • command + p - show params
  • alt + shift + arrow up/down - move line
  • command + n - generate
  • command + j - templates
  • shift + F6 - rename
  • ctrl + t - refactor
  • alt + enter - change \ fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment