Can IntelliJ display a searchable maven dependency like Eclipse?

后端 未结 2 1359
再見小時候
再見小時候 2020-12-13 23:19

I\'m starting to use IntelliJ IDEA 13 Ultimate Edition and was wonder if it had a searchable tabular view of maven dependencies for a project like Eclipse does. For example,

2条回答
  •  离开以前
    2020-12-14 00:03

    Try Maven Helper plugin: once you install it, every POM file gets a tab for "Dependency Analyzer" which also includes a search bar.

    If you need something more, report an issue. But it should be easy to implement it yourself and send a pull request.

提交回复
热议问题