Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deepraj02/snippetizer
Simpler way to manage and add snippets in VSCode.
https://github.com/deepraj02/snippetizer
code code-snipp developer-tools snippets student-developer vscode vscode-extension
Last synced: 3 months ago
JSON representation
Simpler way to manage and add snippets in VSCode.
- Host: GitHub
- URL: https://github.com/deepraj02/snippetizer
- Owner: deepraj02
- License: mit
- Created: 2024-07-22T20:20:03.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-25T17:32:24.000Z (4 months ago)
- Last Synced: 2024-09-29T08:01:39.632Z (3 months ago)
- Topics: code, code-snipp, developer-tools, snippets, student-developer, vscode, vscode-extension
- Language: JavaScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=DeeprajBaidya.snippetizer
- Size: 3.92 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
![Masthead](assets/snippetizer.png)
---
# Snipetizer : Create Snippets Hassle free.Snippetizer makes it easy to create snippets for your environment easier by allowing you to create snippets directly from your workfile without switching between snippets file and manually writing JSON.
## Demo
![Demo GIF](assets/snippetizer1.gif)
![Demo GIF](assets/snippetizer2.gif)
> Note: As of release : 1.0.0 you can't add placeholders in snippets created with Snippetizer, this feature will be available in the future releases.
## Extension Usage
- Simply open the Command Palette (by default, Ctrl+Shift+P on Windows, ⌘+Shift+P on Mac) and search for "Snippetizer : Create Snippet".
- You can assign a Keybinding to have a shortcut to activate snippetizer in your `keybindings.json`
``` json
{
"key": "ctrl+shift+cmd+h",
"command": "snippetizer.createSnippet"
}
```## Feedback
Your feedback is invaluable! If you encounter any issues or have suggestions for improvement, please [submit an issue](https://github.com/deepraj02/snippetizer/issues/new?assignees=&labels=bug&projects=&template=bug_report.md&title=fix%3A+). Contributions are also welcome; feel free to fork the repository and create a pull request.