Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Scala Syntax Highlighting in Eclipse

I'm using Eclipse & the Scala plugin to write scala code. The editor seems to have limited syntax highlighting options - for example I would like to change the formatting of variables (I like them blue) and method defs.

I know there are a few other highlighter plugins out there like EclipsesColorer, but they all seem to lose features of the Scala (or other langauges) Editor like auto complete and suggestions.

Is there any plugin or way I can modify the scala plugin to get finer control over Scala syntax coloring/formatting options?

like image 286
NightWolf Avatar asked Mar 10 '12 12:03

NightWolf


1 Answers

Some of this is being worked on. The nightly build page has 'Semantic Highlighting' (making variables blue etc) marked as 'coming soon.

Also the current roadmap may help with when a released version on the eclipse-scala ide.

(As 'coming soon' is very date dependent then 'today' is 10/March/12 )

like image 64
andy Avatar answered Nov 15 '22 03:11

andy