-
Notifications
You must be signed in to change notification settings - Fork 2
Query Templates and Snippets
Alex Bochkov edited this page Feb 8, 2025
·
1 revision
This component provides quick access to frequently used queries. Two different implementations offered.
- 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 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.