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

Provide feature for SOQL format and enable line comments for part of soql query #255

Open
santaji1986 opened this issue May 21, 2023 · 1 comment

Comments

@santaji1986
Copy link

It will be very useful if SOQL queries are formatted and commenting part of line is allowed when working with long nested queries for analyzing the exported data.
Please enable the SOQL formatting and indentation -
e.g.

SELECT column1, column2
FROM table1
WHERE condition1
    AND condition2
    OR condition3

Enable comments using any of the style //, /**/, --, ;;.

@dufoli
Copy link

dufoli commented Mar 20, 2024

will be fixed on next version of https://github.com/dufoli/Salesforce-Inspector-Advanced

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants