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 using Ctrl+/ (or Cmd+/ on Mac), making it easier to temporarily disable parts of your query while testing. #91160 (Samuel K.).
Adds keyboard shortcut Ctrl+/ (or Cmd+/ on Mac) to quickly comment or uncomment selected lines in the Web UI query editor.

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 press Ctrl+/ on Windows/Linux or Cmd+/ on Mac to toggle comments.