Keybinding to decompile class that cursor is hovering over
Answered
Hi,
I'm trying to go mouse-less (it's faster!). One of the main functions that I use in intellij is decompiling or viewing the provided source by ctrl-clicking the class. Is there a keybinding to quickly do this instead?
Thank you!
Please sign in to leave a comment.
Ctrl+Left mouse click corresponds to Main menu | Navigate | Go to Declaration or Usages action. Another shortcut for it is Ctrl(Cmd)+B. You can explore the shortcuts and the actions in Settings(Preferences) | Keymap settings. Please check also IntelliJ IDEA keyboard shortcuts.
Great, thank you!