Recently we released an update to our SQL editor which is used throughout the platform. This upgrade use the Monaco Editor, the same core editor used by
Visual Studio Code
, and brings our editing experience up to par with industry standards.It includes the following new capabilities:
- Automatic, type-ahead completion for dialect-specific SQL Syntax and table/fields
- Code folding/collapsing (for CTEs,WHEREclauses, and other elements)
- Find & replace with Regexsupport
- Click to highlight whole word; highlight all usages of it, and change them at once
- Advanced keyboard bindings
- Scrollable minimap
And much more.
It’s available today in the query editor, the database table editor and the custom domain table editor.