Question

I have imported an typesafe-activator-eclipsified project into scala ide and I end up with an endless list of dependencies/jars in my ide which I find a little awkward to work with (see below).

Is there a way to group all jars into one item (e.g. sbt dependencies) using eclipse?

screen capture

No correct solution

OTHER TIPS

It depends of which view you have opened.

  • If it is in the Project Explorer view, there is no way to collapse the list.

    But it is possible to hide the libraries. In the Customize View dialog, uncheck Libraries from external:

    enter image description here

  • If it is in the Package Explorer view (which is a better view for Java/Scala projects), there is an option to collapse the referenced libraries, which is enabled by default:

    enter image description here

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top