/znavi

Primary LanguageJava

znavi

Build Version Downloads

Provides additional navigation actions for java in intellij idea.

Show usages of containg method (alt H)

"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").

Go to parameter declaration (alt O)

Navigate to parameter declaration from argument. Usefull with idea builtin "Next Identifier" or "Navigate to next usage" from this plugin.

Demo video

Navigate to next(alt U)/previous(alt I) usage

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.

Installation

  • 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.