My request is to extend the list of keywords in the APEX editor. To be more specific, add more keywords for SOQL sytanx so it gets highlighted properly in the apex editor. Or at least, give us the option to add our own keywords using an external file for storing them.
I've added an example picture. In my oppinion these keywords should be added to the syntax hightlight pool:
- "FROM"
- "WHERE"
- "AND"
- "OR"
- "IN"
- "BY"
- "HAVING"
- "OFFSET"
- "LIMIT"
- "TYPEOF"
- every SOQL function like "COUNT()"
- etc.
For more info please refer to the official SOQL reference.
Thank you.