package object: unneeded intermediate nodes in project tree?
The presentation of package objects in the project tree currently is a bit inconvenient.
There always is an intermediate "package.scala" file node between the containing package node and the actual package object node.
For example:
Would it make sense to collapse this, to get a presentation that is similar to scala files containing a single class (or object), but using the dedicated package object icon?
-tt
Please sign in to leave a comment.