certinia / debug-log-analyzer

Salesforce Apex debug log analyzer for Visual Studio Code - Visualize code execution via a Flame chart and identify performance and SOQL/DML problems via Method and Database analysis
https://marketplace.visualstudio.com/items?itemName=financialforce.lana
BSD 3-Clause "New" or "Revised" License
82 stars 18 forks source link

feat: show object type for soql query #510

Open lcottercertinia opened 4 months ago

lcottercertinia commented 4 months ago

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?