Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: show object type for soql query #510

Open
lcottercertinia opened this issue May 9, 2024 · 0 comments
Open

feat: show object type for soql query #510

lcottercertinia opened this issue May 9, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@lcottercertinia
Copy link
Collaborator

lcottercertinia commented May 9, 2024

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

@lcottercertinia lcottercertinia added enhancement New feature or request needs-triage and removed needs-triage labels May 9, 2024
@lcottercertinia lcottercertinia added the good first issue Good for newcomers label Dec 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant