You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Edit:
I think it would be better to create a "SOQLViewer" component.
We can have queries display as "SELECT Id,... FROM MyObject__c WHERE Somefield__c = value"
Hover states / expand can show full content. I am thinking something similar to expanding object in the chrome debugger.
Relates to: #253
The text was updated successfully, but these errors were encountered:
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?
Edit:
I think it would be better to create a "SOQLViewer" component.
We can have queries display as "SELECT Id,... FROM MyObject__c WHERE Somefield__c = value"
Hover states / expand can show full content. I am thinking something similar to expanding object in the chrome debugger.
Relates to: #253
The text was updated successfully, but these errors were encountered: