Snipplets is a service created by @tassoruas to facilitate software development. It runs in the cloud and you can use it by that extension. It is free to use and I am accepting any type of contributions.
- Search and use snippets by name
- Create snippets
- Update snippets
- Create snippets
- Update snippets
- Snippets editor
First you need to register. Use the command "Snipplets: Register" on VSCode Command Palette and create your account. Then you will be already logged in with the account you just created. Now it's ready to use!
Open VSCode Command Palette (CTRL + Shift + P)
Trigger "Search Snippets" command
Search/select the snippet you want
Open VSCode Command Palette (CTRL + Shift + P)
Select the text you want to save
Trigger "Add Snippets" command
Enter a name and select the language
Open Snipplets sidebar menu
Select the snippet you want to edit
Save the file after editing
Install the dependencies and devDependencies.
$ git clone https://github.com/tassoruas/Snipplets-VSCode
$ cd Snipplets-VSCode
$ npm install
And then run it on the VSCode debugger.
- Add snippet privacy option (public/private)
- Share snippets
- Register screen (Site)
- Search snippets by tag
- Search snippets by language
- Public snippets search
GPL-3.0