Skip to content

Instantly share code, notes, and snippets.

@fran0x
Last active September 14, 2016 09:52
Show Gist options
  • Save fran0x/177b9dba22642d0cbc0d9e9503f8bea4 to your computer and use it in GitHub Desktop.
Save fran0x/177b9dba22642d0cbc0d9e9503f8bea4 to your computer and use it in GitHub Desktop.
Cheat Sheet IntelliJ IDEA Community Edition

Cheat Sheet IntelliJ IDEA CE

To install IntelliJ IDEA CE in OS X run brew cask install intellij-idea-ce (requires the almighty Homebrew installed first, and then tap caskroom/versions).

Action Command
Refactor Ctrl + Shift + Alt + T
Rename Refactor Shift + F6
Find Action Command + Shift + d
Find Class Ctrl + N
Find File Ctrl + Shift + N
Find Text Ctrl + F
Replace Text Ctrl + R
Code Completion Ctrl + Space
Smart Completion Ctrl + Shift + Space
Live Templates Ctrl + J
Comment Ctrl + /
Format Code and Optimize Imports Ctrl + Shift + Alt + L

Plugins:

Tips:

  • In case of push failure go to Preferences > Version Control > Git and in the SSH dropdown choose Native
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment