SnipSave
A simple code snippet manager extension for Visual Studio Code.
Features
- Save Snippet: Save selected code as a snippet under a specified category.
- Search Snippet: Search for and insert saved snippets into your code.
Installation
- Open Visual Studio Code.
- Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window or by pressing
Ctrl+Shift+X .
- Search for
SnipSave .
- Click on the
Install button.
Usage
Save a Snippet
- Select the code you want to save as a snippet.
- Open the Command Palette (
Ctrl+Shift+P ) and type SnipSave: Save Snippet .
- Enter a name and category for your snippet in the input boxes.
- Press
Enter to save the snippet.
Search and Insert a Snippet
- Open the Command Palette (
Ctrl+Shift+P ) and type SnipSave: Search Snippet .
- Select a category from the list.
- Select a snippet from the list of snippets in that category.
- The snippet will be inserted at the current cursor position in the active editor.
Contributing
Contributions are welcome! Please fork the repository and create a pull request with your improvements.
License
This project is licensed under the MIT License - see the LICENSE file for details.
| |