Is your feature request related to a problem?
When looking at long queries it takes a while to find what object we are querying and therefore know if it is a query I'm interested in. (To be clear I mean queries where the query text has many characters and spans many lines. Not long-running queries.)
Describe the solution you'd like
Can we highlight the key words 'SELECT, FROM, WHERE' in a different color I can quickly find the SObject and where the WHERE clauses start.
Describe alternatives you've considered
It might be nice to format the queries. There's probably ways to do that, but maybe we don't have the space for it.
Additional context
None
Is your feature request related to a problem?
When looking at long queries it takes a while to find what object we are querying and therefore know if it is a query I'm interested in. (To be clear I mean queries where the query text has many characters and spans many lines. Not long-running queries.)
Describe the solution you'd like
Can we highlight the key words 'SELECT, FROM, WHERE' in a different color I can quickly find the SObject and where the WHERE clauses start.
Describe alternatives you've considered
It might be nice to format the queries. There's probably ways to do that, but maybe we don't have the space for it.
Additional context
None