Snippet-saver is a vscode extension tool, which relies on local storage of your device to provide create, read and delete functionality for code snippets. I have made this extension because I don't trust anyone with my code files and want to keep it in my local machine and I believe you should not trust anyone else for your personal data as well.
snippet-saver.-.Made.with.Clipchamp.mp4
- Open-Source, you can build it directly from the Github repository.
- Copy the snippets and save.
- Insert the snippet at the cursor.
- Delete any specific snippet from list.
- Open Command Palette
ctrl+shift+p
. - Save snippet
snippet-saver.saveSnippet
. - Insert snippet
snippet-saver.insertSnippet
. - Delete snippet
snippet-saver.deleteSnippet
.
- Nodejs -> v22.13.1 or greater.
- The update functionality is not yet implemented because of storage error.
- Version 1.0.0 -> Initial release with important functionality working.
- Initial release of snippet-saver.
- I won't be adding any functionality which depends on a LLM or any external APIs, as it will be against my product policy of preserving privacy.
Enjoy!