Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>SnipSaveNew to Visual Studio Code? Get it now.
SnipSave

SnipSave

Adithya Mittapally

|
7 installs
| (1) | Free
A simple code snippet manager for VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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

  1. Open Visual Studio Code.
  2. 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.
  3. Search for SnipSave.
  4. Click on the Install button.

Usage

Save a Snippet

  1. Select the code you want to save as a snippet.
  2. Open the Command Palette (Ctrl+Shift+P) and type SnipSave: Save Snippet.
  3. Enter a name and category for your snippet in the input boxes.
  4. Press Enter to save the snippet.

Search and Insert a Snippet

  1. Open the Command Palette (Ctrl+Shift+P) and type SnipSave: Search Snippet.
  2. Select a category from the list.
  3. Select a snippet from the list of snippets in that category.
  4. 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.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft