cqframework / vscode-cql

VS Code Clinical Quality Language Extension
Apache License 2.0
8 stars 5 forks source link

Feature/KALM-69 snippets feature for vs code extension #36

Closed ddieppois closed 6 months ago

ddieppois commented 7 months ago

Added VsCode Snippets feature to the vscode-cql extensions. CQL files now make use of every snippets added to Snippets.json file. It work through IntelliSense or any autocompletion feature and allow the user to quickly implement a snippet of code in a CQL file.

Added a Mocha test that package the current version of the extension and install it and test that the log code from a CQL file trigger the suggestion.