An opinionated SQL template
SQeLetor procedure
SQeLetor script
SQeLetor snippets
SQeLetor user-defined snippets
Download from VSIX from Releases.
Install in VS Code via the Extensions manager using "Install from VSIX...".
To configure where user-defined snippets are stored
For each user-defined snippet, create a file in the configured folder using the convention:
key.txt
For example:
- Create a file and name it
my_action.txt
- Edit file with the following
key=my_action
label=This is the label that will show in menu
---
select *
from some_table;
git clone https://github.com/groovyghoul/sqeletor.vscode.git
npm run compile
feat: add snippets and user-defined snippets
fix: focus inside of the window when new tabs are created
Initial release of sqeletor-vscode (alpha)
- decide what snippets should be shipped with extension and clean up
- the cursor is not pre-positioned in the desired location for "SQeLetor procedure". It works correctly for "SQeLetor script", though