Intellij Idea
Coolest thing to happen to Java since Runescape.
Settings / Plugins
ctrl + alt + s opens Settings
Changing Colors:
Search colors, then go to Editor -> Color Scheme -> General
Editor -> Caret Row Text -> Folded Text
Editor Section
Smart Keys For automatic typing, I turned off auto closing pairs and insert pair '}' on Enter.
Plugins is one of the options, Marketplace and Installed tabs at the top.
view --> appearance --> status bar gives a bottom bar with plugin info, spacing, branch name, line number and more.
Important Keybinds
| Command | Description |
|---|---|
ctrl + alt + s |
Settings |
alt + shift + comma |
make text smaller. |
alt + shift + period |
make text larger. |
ctrl + f4 |
closes tab. |
alt + enter |
shows errors under cursor. |
shift + shift |
search all classnames, methods, dirs, actions |
ctrl + shift + f |
search for any string match in whole repository |
alt + 1 |
project window |
alt + 9 |
git menu |
alt + 0 |
commit menu |
| `ctrl + `` | switch theme, check keymaps |
ctrl + shift + - |
close all folds, + to open all folds |
alt + insert |
New file |