SimpleSnipetThis is a simple Visual Stdio Code snippet plugin. Just create a file containing snippets of code, and you can create your own snippets, or snippets that are unique to your project. How to use0. Install plugin.1. Create .vscsnipets/ directoryTo the workspace route . /vscsnipets directory in the root of the workspace. 2. Create Snipet fileCreate a file in the .vscsnipets/ directory with the prefix as the file name {prefix}.extension ex: first.ts start.c 3. Write the snipet code.Write the code you want to deploy in the file you created. Ex: start.c
4. Write a prefixWhere you want to expand the code. Write a prefix Compleet!! This plugin offers the following advantages 1, No need to set snippet code language and prefix. (The file name becomes the prefix) 2, Easy to share snippets with project members. On a per-project basis. 3, Snippets can be created in Visual Stdio Code workspace. |