Is there an easy way to deal with the nested Java package folders on the command line? I’m always cd-ing (with lots of tab autocomplete) through empty folders (except hidden svn files) in bash and vim. Are there any tools to make these less frustrating?
org/my/group/team/project/subpackage/TheFileIActuallyWant.java
I’m driven towards Eclipse because of this constant issue.
The worst is CDing all the way down to create a class, and then splitting a vim window with a class in other project. Yuck!
You have two choices (IMHO):