Is your feature request related to a problem? Please describe.
SOQL does not (still not) provide a Comment character or Comment block.
That is a major flaw (also documenter here as Idea: https://trailblazer.salesforce.com/ideaView?id=08730000000cFqrAAE)
It would be nice to have SOQLExplorer inspect SOQL queries for commented lines and/or commented blocks
Describe the solution you'd like
Have ability to use // or alternatively the Oracle-style -- to comment a single line
Have ability to use /*....*/ to comment a block (but already largely helped with single-line comments)
Is your feature request related to a problem? Please describe. SOQL does not (still not) provide a Comment character or Comment block. That is a major flaw (also documenter here as Idea: https://trailblazer.salesforce.com/ideaView?id=08730000000cFqrAAE) It would be nice to have SOQLExplorer inspect SOQL queries for commented lines and/or commented blocks
Describe the solution you'd like Have ability to use
//
or alternatively the Oracle-style--
to comment a single line Have ability to use/*....*/
to comment a block (but already largely helped with single-line comments)Describe alternatives you've considered None.
Additional context Not applicable.