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.
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.