Sublime Forum

Java path collapsing ala eclipse

#1

Java has a tendency toward stupidly long file paths, eg:
com/foo/widget/feature/part/module/… etc.

The eclipse java package explorer will collapse all the paths that have no content into one line so you don’t have to manually clock open on each of com/foo/widget/feature/part/module to get the the actual code.

So the result is the paths are displayed as

com/foo/widget/feature/part/module/bit1 com/foo/widget/feature/part/module/bit1

rather than

com foo widget feature part bit1
Any option for this in subline?

0 Likes