views:

345

answers:

1

Does anyone know of an eclipse plugin that changes the file icon used by the package explorer to something that indicates type? It would be handy if the icon looked different for interfaces, abstract classes, enum, and concrete classes.

+5  A: 

You can enable a feature in Eclipse similar to what you are describing. Open Window > Preferences > General > Appearance > Label Decorations. Then check the box for Java Type Indicator. I do not know of any plug-ins that give you more control.

hoffmandirt
Thanks, that's much nicer.
reccles