Navigate package structure inside the maven dependencies in IntelliJ just like eclipse and also autoscroll to some class inside maven dependency
Answered
How to navigate package structure inside the maven dependencies in IntelliJ just like eclipse (see the screenshot attached) and also autoscroll to some class inside maven dependency.
Intellj only shows dependencies in the Maven section no package classes details inside. Neither auto-scroll feature is working as expected in case some class is inside any dependency by maven (not directly a source code class). (screenshot)
Please sign in to leave a comment.
You can use the same navigation you use for your project classes. The "Maven" sidebar only shows Maven actions like clean/install. The project sidebar has an "External Libraries" section which includes all of your Maven dependencies.
Thanks, by default External Libraries, were not getting shown. I have to enable the same https://stackoverflow.com/questions/45442106/intellij-is-not-showing-external-libraries-in-project-tab