Open lcottercertinia opened 6 months ago
The first thing I usually look for (when checking SOQL queries) is the object type. It can be a pain to spot in a big query.
How about parsing out the object from the FROM clause and displaying it above the query?
Is your feature request related to a problem?
The first thing I usually look for (when checking SOQL queries) is the object type. It can be a pain to spot in a big query.
Describe the solution you'd like
How about parsing out the object from the FROM clause and displaying it above the query?