debug-log-analyzer
debug-log-analyzer copied to clipboard
feat: Make SOQL queries easier to view
Is your feature request related to a problem?
SOQL queries can be very long and hard to parse at a glance I would like them to be easier to view.
Describe the solution you'd like
- Only show the start of the field list and make it expandable / displayed in another panel in some way? (Same for sub queries)
- Always show the from Object__c
- Show start of where clause and make it expandable / displayed in another panel in some way?
e.g
SELECT ID, Name ... FROM MYObject__c WHERE Status__c = 'Complete' AND ... LIMIT 10