Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pvscreations/snippetgenerator_devtools_js
Code Snippet Generator For VS-Code
https://github.com/pvscreations/snippetgenerator_devtools_js
extension-vscode javascript snippets ui vs-code
Last synced: about 11 hours ago
JSON representation
Code Snippet Generator For VS-Code
- Host: GitHub
- URL: https://github.com/pvscreations/snippetgenerator_devtools_js
- Owner: pvscreations
- Created: 2022-11-29T05:36:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-31T07:03:51.000Z (8 months ago)
- Last Synced: 2024-03-31T08:21:09.799Z (8 months ago)
- Topics: extension-vscode, javascript, snippets, ui, vs-code
- Language: HTML
- Homepage: https://pvscreations.github.io/snippetGenerator_devTools_js/snippet_generator/react.html
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snippet Generator
The Snippet Generator is a development tool designed to simplify the process of creating snippets for Visual Studio Code (VSCode). By taking code snippets as input, it automatically converts them into snippet formats compatible with VSCode's built-in snippet functionality.# Key Features:
**Code to Snippet Conversion:** Quickly convert code snippets into VSCode-compatible snippet formats.
**Saves Time:** Eliminates the manual effort required to create and manage snippets, saving valuable development time.
**Customization:** Allows customization of snippet trigger words, descriptions, and placeholders for seamless integration with your development workflow.
**Intuitive Interface:** User-friendly interface for easy input of code snippets and generation of corresponding snippets for VSCode.
# Usage:
1. Input your code snippet into the generator.
2. Customize snippet trigger words, descriptions, and placeholders as needed.
3. Generate the snippet in the desired format for use within VSCode and store in `/.config/Code/User/snippets/js.code-snippets`, for more information on vscode snippets [click here](https://code.visualstudio.com/docs/editor/userdefinedsnippets) .# Future Scopes
* VS Code Extension: Convert into a vscode extension# References
* Get started with the Snippet Generator to streamline your development process and enhance productivity!
- ## Click here for Snippet Generator customised for html or bootstrap snippets
- ## Click here for Snippet Generator for all other languages
- ## Click here for Example Code