function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
wintamutewintamute 

Improve Force.com IDE syntax coloring

Hi,
The Force.com IDE improves with every release, which is great. However, one odd thing I noticed is that the syntax coloring seems to be case sensitive.
For example, if one types
Map<Id,String> ... no coloring happens, where as if you use lowercase for map as in "map<Id,String>", map gets colored nicely. This doesn't really improve readability and somehow defeats the purpose of syntax coloring. Same is true for DML statements like select vs SELECT.
Please make the coloring case insensitive and maybe add data types to the coloring too when you're at it.
That would improve the IDE a lot.
Thanks,
Andreas

I wasn't sure if this should go to Ideas or not, so I posted it here.
JonPJonP
Thanks for your feedback!  We're always looking for ways to improve the IDE experience.

Please also post your suggestion on the IdeaExchange so others can find it and vote.
wintamutewintamute
Ok, I posted it on IdeaExchange.
Fellow Developers, please vote here
ExecbizExecbiz
Is there somewhere where you can specify how your Eclipse environment handles Force.com syntax coloring?  None of the syntax coloring on my edit page shows...I tried going to the Eclipse editor syntax coloring, but that seems to have no effect.