RSS
 

Eclipse Tip: Java Type Indicator

30 May

I am a fan of the CVS label decorations in Eclipse. Just by looking at the file in Package Explorer I can find out whether the file is in sync with CVS. In the recent builds of Eclipse a new label decoration is available. It is called ‘Java Type Indicator’. It can be accessed via Window>Preference>General>Appearance>Label Decorations. Just check Java Type Indicator. Now the package explorer will show decorations like the ones in the screenshot for Abstract Class and Interface.

This is kind of a small feature but it is useful if you have a large code base maintained by multiple teams. While you check this out you can try the other decorations available too.

Related posts:

  1. Eclipse Tip: Auto-generate compilation units by pasting snippets
  2. Eclipse Tip: Compress package names
  3. Eclipse Tip: Sharing Java project settings
  4. Eclipse tip: Type Filters
  5. Eclipse Tip: Organize Imports and Java Import Style

 
Comments Off

Posted in Eclipse, Java

 

Comments are closed.