Tuesday, February 6, 2018

IntelliJ Necessary Shortcuts

============================================
ctrl + G --> Go to line
============================================
ctrl + shift + N --> For file searching
ctrl + F --> For Find
ctrl + shift + F --> For Full project search
============================================
ctrl + shift + alt + L --> For formatting
ctrl + tab --> for showing the list of 10 classes. Then press the [tab] again to go another source
ctrl + shift + C --> Path copy
ctrl + D --> Duplicate Line
ctrl + O --> override methods
============================================
ctrl + alt + O --> remove unused methods
ctrl + alt + Y --> refresh project
============================================
ctrl + j --> Then write sout/select --> Press [Enter]
Alt + Enter --> Create unimplemented methods
============================================

No comments:

Post a Comment