Last active
April 13, 2018 11:50
-
-
Save davidbarkhuizen/01661dbc894dcd4bbc6363a78dad8e6e to your computer and use it in GitHub Desktop.
intellij cheat sheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| NAVIGATION | |
| # navigate to symbol definition cmd + B | |
| # navigate backwards cmd + opt + left | |
| # navigate forwards cmd + opt + right | |
| # goto class cmd + O | |
| # goto file shift + cmd + O | |
| # goto symbol cmd + opt + O | |
| # search in path cmd + shift + f | |
| CODE FORMATTING | |
| # fold current code cmd + - | |
| # unfold current code cmd + + | |
| # re-format entire file cmd + shift + opt + L | |
| REFACTOR | |
| # remove unused imports ctrl + opt + O | |
| # rename symbol shift + fn + F6 | |
| INSPECTION | |
| # evaluate inferred type ctrl + shift + P | |
| # view structure cmd + 7 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment