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:
- Docker
- YAML / Ansible Support (remember to reassign file patterns via
Preferences > Editor > File Types
)
Tips:
- In case of
push failure
go toPreferences > Version Control > Git
and in the SSH dropdown choose Native