Visual Studio Code snippet generator
This tool allows the generation of snippets for VSCode (Visual Studio Code) from a piece of code according to the specification documented on its official website.
To use the generated code, create a xxx.code-snippets
file in the .vscode
folder of your project and then paste the generated code inside a JSON object. The snippet will then be triggered when you type the prefix for all languages or only those configured via the scope attribute of the snippet.