dev-resources.site
for different kinds of informations.
How to Create OWN Visual Studio Code Extension | Code Snippets Extension
Published at
9/17/2023
Categories
vscode
extensions
codesnippets
devlopersabbi
Author
devlopersabbir
Author
14 person written this
devlopersabbir
open
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.
codesnippets Article's
15 articles in total
How to Create OWN Visual Studio Code Extension | Code Snippets Extension
currently reading
#VSCode β Create and use Code Snippets ποΈ in @code
read article
How to make a nice code snippet like you see on linkedin or other sites.
read article
Checking and unchecking a checkbox with JavaScript: a quick lesson on HTML IDL attributes
read article
Code Snippets: Array.prototype.reduce()
read article
Jekyll - How To Display A Count Of Posts Per Tag Or Category
read article
Best 10 Code Snippets for Next and JavaScript in 2022
read article
AMA with the Sandpack team Recap
read article
Interactive code snippets with Sandpack - a showcase.
read article
How To Include Jekyll Liquid Tags in Code Snippets
read article
Quick Lists: Free places to run/store code snippets online
read article
Free Decentralised code snippet manager
read article
Accessible form inputs for keyboard users
read article
Embedly now adds support for DECS Code Snippets.
read article
How to capture code snippets on the web and store them securely with just one click?
read article
Featured ones: