DEV Community

Discussion on: What are your favorite IntelliJ shortcuts?

Collapse
 
evanoman profile image
Evan Oman

Here are my most used shortcuts:

  • CTRL-Q: Brings up docs
  • CTRL-B: Go to definition
  • SHIFT-F6: Rename
  • CTRL-SHIFT-T: Generate Empty Test Class <-- LOVE this
  • CTRL-ALT-O: Optimize imports (do this habitually all the time)
Collapse
 
chrisvasqm profile image
Christian Vasquez

Woof!

Really nice ones!

I ended up overriding the default Rename shorcut since I like having the F# keys for controlling brightness and all that jazz without having to press the Fn key.

And CTRL-ALT-O + CTRL-ALT-L is as natural as breathing for me! hahaha.

Collapse
 
craser profile image
Chris Raser

YES! Generate Test FTW.