SaveMee - Code Snippet Manager
SaveMee is a powerful VS Code extension that helps you save, manage, and reuse code snippets efficiently. Save any piece of code and insert it anywhere with just a few clicks or commands.

Features
🚀 Quick Access
- Save code snippets directly from your editor
- Insert snippets through command palette
- Search through your snippet library
- Manage snippets with an intuitive interface
⌨️ Smart Completion
- Type
sm.
to access your snippets through IntelliSense
- Preview snippets before insertion
- Quick snippet insertion with intelligent suggestions
Installation
- Open VS Code
- Press
Ctrl+P
(Windows/Linux) or Cmd+P
(macOS)
- Type
ext install savemee
- Press Enter
Or install through the VS Code Marketplace: SaveMee Extension
Usage
Saving Snippets
- Select the code you want to save
- Either:
- Right-click and select "SaveMee: Save Current Selection as Snippet"
- Open Command Palette (
Ctrl+Shift+P
) and type "SaveMee: Save"
- Enter a name for your snippet
Inserting Snippets
Using Command Palette
- Open Command Palette (
Ctrl+Shift+P
)
- Type "SaveMee: Insert"
- Select your snippet from the list
Using IntelliSense
- Type
sm.
in your editor
- Select from the snippet suggestions
Managing Snippets
Access these commands through the Command Palette (Ctrl+Shift+P
):
SaveMee: List All Snippets
- View all saved snippets
SaveMee: Delete a Snippet
- Remove unwanted snippets
SaveMee: Search Snippets
- Search through your snippet library
Available Commands
Command |
Description |
SaveMee: Save Current Selection as Snippet |
Save selected code as a new snippet |
SaveMee: Insert Saved Snippet |
Insert an existing snippet |
SaveMee: List All Snippets |
View all saved snippets |
SaveMee: Delete a Snippet |
Delete an existing snippet |
SaveMee: Search Snippets |
Search through saved snippets |
Extension Settings
This extension contributes the following settings:
savemee.enableIntelliSense
: Enable/disable snippet suggestions in IntelliSense (default: true
)
Storage
Snippets are stored locally using VS Code's built-in storage mechanism. They persist across sessions and updates.
Known Issues
- IntelliSense suggestions may take a moment to appear in large files
- Snippet preview might not show syntax highlighting for all languages
Contributing
We welcome contributions! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
)
- Commit your changes (
git commit -m 'Add some AmazingFeature'
)
- Push to the branch (
git push origin feature/AmazingFeature
)
- Open a Pull Request
Building From Source
# Clone the repository
git clone https://github.com/mkilincaslan/savemee.git
# Install dependencies
npm install
# Compile
npm run compile
# Package
npm run package
License
This project is licensed under the MIT License - see the LICENSE file for details.
Support
If you encounter any problems, please file an issue at: https://github.com/mkilincaslan/savemee/issues
Credits
Created with ❤️ by Mesut KILINCASLAN
Enjoy coding with SaveMee! 🚀