I use Eclipse and the Scala plugin to write Scala code. It seems that the editor has limited syntax highlighting options - for example, I would like to change the formatting of the variables (I like their blue) and the defs method.
I know that there are several other plugins with highlighting, such as EclipsesColorer, but all of them seem to lose the functions of the Scala editor (or other languages) such as autocomplete and suggestions.
Is there any plugin or way that I can modify the Scala plugin to get finer control over the Scala syntax coloring / formatting options?
source
share