IDEA Scala plugin vs. (old) Eclipse Scala plugin: color scheme
I'd like you to take a look at color scheme Eclipse plugin (top) uses for Scala code files vs. IDEA color scheme (bottom). It looks like that Eclipse plugin makes a better job here by applying a different color to Scala objects and methods.
Please sign in to leave a comment.
You can change scala color scheme as you want.
See File -> Settings -> Colors & Fonts -> Scala
Only difference you can't now change color of operators (like + and :::), because go to declaration not work at all. And you can't create different color to String than to Array, because both - classes. You can create different color to Int and other predef classes. And as I see now not work println, but print works well.
I'll send you example.
Thank you, Alex!