Provides additional navigation actions for java in intellij idea.
"Find usages" intellij action with call hierarchy is very powerful, but it always opens in tool window. Current plugin allows making one step of call hierarchy with popup menu ("Show usages of containing method").
Navigate to parameter declaration from argument. Usefull with idea builtin "Next Identifier" or "Navigate to next usage" from this plugin.
Also plugin adds navigation to next/previous usage of element under cursor. It's interation over "Show usages" popup without opening popup.
Most of the code copied and pasted from origina intellij actions.
-
Using IDE built-in plugin system:
Preferences > Plugins > Marketplace > Search for "znavi" > Install Plugin
-
Manually:
Download the latest release and install it manually using Preferences > Plugins > ⚙️ > Install plugin from disk...
Plugin based on the IntelliJ Platform Plugin Template.