bitlap / intellij-sbt-dependency-analyzer

:chart_with_upwards_trend: SBT Dependency Analyzer for IntelliJ IDEA(IntelliJ IDEA的SBT依赖分析插件)
https://plugins.jetbrains.com/plugin/22427-sbt-dependency-analyzer
GNU General Public License v3.0
26 stars 3 forks source link

Is the first non-root module selected by default? #34

Closed jxnu-liguobin closed 1 year ago

jxnu-liguobin commented 1 year ago

83cc4958-f023-4bdc-97e3-7e8e7805f664

Now, we have selected root by default, which causes a dot file to be generated for all modules every time the view is opened (When caching is in effect, no). This has the advantage when the dot file for the other module already exists, and it's quick when switching modules.

The downside is that I can't ignore certain modules based on the configuration, and sometimes, I don't need to analyze that module , but dot files have been created.