Hello guys
Are you looking to enhance your coding experience in Visual Studio Code? In this informative video tutorial, ST Sabbir, a seasoned developer, will guide you step-by-step on how to create your own Visual Studio Code extension, specifically focusing on code snippets. This extensive tutorial is perfect for both beginner and intermediate programmers who want to how to create visual studio code snippets extension.🔥🔥
â•OPEN SOURCE CODE SNIPPETSâ•
https://github.com/devlopersabbir/sabbir-code-snippet
YouTube Video Link
Contributing...
Since this package is fully open-source so, if you would like to contribute to
this project, please follow these steps:
- Fork this repository.
- Clone your forked repository.
- For your changes.
- Open
snippets
directory and if you want to add new framework snippet then create a new file likesnippets.java.snippets
or Make your changes, and commit them.- Remember, don't forget to added your language
id
inside this array
- Remember, don't forget to added your language
"snippets": [
{
"language": "html",
"path": "./snippets/snippets.html-snippets"
},
{
"language": "javascript",
"path": "./snippets/snippets.javascript-snippets"
}
]
- If possible update
README.md
file based on your changes or new functions. - Push them to your forked repository:
- Create a pull request on this repository.
- Add a simple message that you made change or add on your pull request.
Top comments (0)