Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse Type Font Color

Tags:

eclipse

I am moving to Eclipse from VS. For me it is much more rich IDE but there is some VS feature I miss: set types (like: String, MyType etc.) color to be different from other text.

In Eclipse I found many themes that change the whole look, but I don't want to change the default theme completely. I only want to color types so it will be easy to notice them.

I guess the option is exist, I just can't find it.

like image 720
Roy Tsabari Avatar asked May 16 '11 11:05

Roy Tsabari


1 Answers

You should be able to configure that from here:

Menu: Window >> Preferences >> [language] >> Editor >> Syntax Coloring

like image 128
ascanio Avatar answered Oct 12 '22 12:10

ascanio