v.25.12Improvement
Disable parts of your query while testing
You can now quickly comment or uncomment your currently selected lines in the Web UI query editor usingCtrl+/(orCmd+/on Mac), making it easier to temporarily disable parts of your query while testing. #91160 (Samuel K.).
Why it matters
This feature improves the usability of the Web UI query editor by allowing users to easily toggle comments on selected lines. It facilitates testing and debugging queries by enabling quick disabling or enabling of query parts.How to use it
In the Web UI query editor, select the lines you want to comment or uncomment, then pressCtrl+/ on Windows/Linux or Cmd+/ on Mac to toggle comments.