Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>Custom Snippet MakerNew to Visual Studio Code? Get it now.
Custom Snippet Maker

Custom Snippet Maker

Abdelrahman Salah

|
821 installs
| (3) | Free
An easy way to create custom vscode snippets
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Easy Snippets Maker

Easy Snippets Maker

This extension allows you to create snippets easily. You can create a new snippet or extend an existing snippet.

The extension will create a folder named .vscode in the workspace folder. This folder will contain all the snippets you created/extended.

The create/extend snippet command will be available in the command palette or the context menu when you right-click on the editor after you select the code you want to create/extend the snippet.

You can find more information about the vscode custom snippets here.

Requirements

Make sure you are opening a workspace folder, not just a file. Otherwise, the extension will not work.

Features

There are 2 main functionality for this extension:

  1. Create Snippet
  2. Extend Snippet

Steps

Snippet Name

If you are creating a new snippet, you will be asked to enter a name for the snippet which will be the name of the file that will contain the snippet. If you are extending a snippet, you will be asked to select a snippet from the list of snippets available in the workspace then creating the snippet name.

Snippet Prefix

The prefix is the word that will trigger the snippet.

Snippet Scope

The scope is the language that the snippet will be available for. You can select multiple languages. If you don't select any language, the snippet will be available for all languages. You can find more information about the vscode language identifiers here.

Snippet Description

The description is the description of the snippet. It will be displayed in the intellisense. If you don't enter any description, the description will be the same as the snippet name.

Apply variables/placeholders

You can apply variables to your snippet. You can find more information about the vscode snippet variables here. Default false.

Extension Limitations

  • The extension will not work if you are not opening a workspace folder.
  • The extension can not edit the snippet file directly. You have to edit the snippet file manually if you want to change the snippet.
  • The extension can not delete the snippet file directly. You have to delete the snippet file manually if you want to delete the snippet.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft