You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alex Bochkov edited this page Nov 16, 2025
·
3 revisions
Query Templates and Snippets
This component provides quick access to frequently used queries. Two different implementations offered.
Query Templates
Query Templates are loaded into a submenu.
The templates are organized hierarchically based on the file structure in the templates folder.
The selected script from the menu inserted into active document.
Snippets
Snippets are not part of the menu.
When a snippet keyword is entered (e.g., typing "conn" for a file named "conn.sql") and the Enter key is pressed, the keyword is replaced with the corresponding query text.
The snippet keyword must be the only word in the line.
Depends on the settings, the replacement will be done on Enter or Shift+Enter.