pberdnik / dependency-highlighter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependency Highlighter

Build Version Downloads

This plugin helps you track file dependencies. To initiate the analysis, click on the "Run analysis" button. When you open a file, the plugin displays all the files that use it and all the files it uses on the right panel. Files that depend on the current one are highlighted in purple, and files it depends on are highlighted in green in the project panel.

Screenshot of IDE with plugin

Installation

  • Using the IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "Dependency Highlighter" > Install

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...


Plugin based on the IntelliJ Platform Plugin Template.

About


Languages

Language:Kotlin 98.6%Language:Java 1.4%