Shorten the class name in table view
Brought to you by:
cgraupner
It would be great, if you can implement a function, that the name of the class could not only be shown in its full qualified name, but also in it's class name without any package qualification. Or even better that only the X last packages in the package hierarchy to the class are shown.
Example:
full qualified name: java.util.ArrayList
class name only: ArrayList
1 level package in package hierachy: .util.ArrayList (the beginning point indicates, that it's not the full qualified name)
2 level in hierachy: java.util.ArrayList
Thanks,
Chris
I think this is very useful, so I will do the work for the next release.