DEV Community

Cover image for How to Create OWN Visual Studio Code Extension | Code Snippets Extension
Developer Sabbir
Developer Sabbir

Posted on

How to Create OWN Visual Studio Code Extension | Code Snippets Extension

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:

  1. Fork this repository.
  2. Clone your forked repository.
  3. For your changes.
  4. Open snippets directory and if you want to add new framework snippet then create a new file like snippets.java.snippets or Make your changes, and commit them.
    • Remember, don't forget to added your language id inside this array
   "snippets": [
      {
        "language": "html",
        "path": "./snippets/snippets.html-snippets"
      },
      {
        "language": "javascript",
        "path": "./snippets/snippets.javascript-snippets"
      }
    ]
Enter fullscreen mode Exit fullscreen mode
  1. If possible update README.md file based on your changes or new functions.
  2. Push them to your forked repository:
  3. Create a pull request on this repository.
  4. Add a simple message that you made change or add on your pull request.

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

πŸ‘‹ Kindness is contagious

Please leave a ❀️ or a friendly comment on this post if you found it helpful!

Okay