DEV Community

Discussion on: What are your favorite IntelliJ shortcuts?

Collapse
 
cahyowhy profile image
cahyo wibowo

Ctrl alt l = format code
Tab arrow = move tab
alt insert = create constructor, getter & setter
alt mouse click left (windows) = insert caret
ctrl shift n = search file

Collapse
 
chrisvasqm profile image
Christian Vasquez

Oh, I normally use Search Everywhere by double tapping SHIFT instead of the Search File, it's probably a faster way of finding an specific file.

And ALT + Insert is really good! Combining it with ALT + 1 to open and focus on the Project Explorer it let's you create new files too (depending on the folder you are highlighting).