
Never get lost in the jungle of code again.
This plugin visualizes your navigation between files when jumping through code.
With this tool, you can easily track which file you came from and where you are now, even in projects with complex dependencies.
- Display a diagram showing the filenames of the source and destination when go to a declaration, implementation or usage.
- Left-clicking a filename in diagram jumps to that file.
- Right-clicking a filename in diagram removes it.
- Drag the diagram to move it.
- Zoom in and out the diagram with the mouse wheel.
- Start/stop adding files in the diagram by the start/stop buttons.
- Delete all files in the diagram by the delete button.
-
Using the IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "rashimban" > Install
-
Using JetBrains Marketplace:
Go to JetBrains Marketplace and install it by clicking the Install to ... button in case your IDE is running.
You can also download the latest release from JetBrains Marketplace and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
For development purpose, clone the project locally and start it with the command
./gradlew runIde
This will build the plugin and start an Instance of IntelliJ with the plugin already installed. You can even start this in debug mode.