Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>My Custom SnippetsNew to Visual Studio Code? Get it now.
My Custom Snippets

My Custom Snippets

aop

|
1 install
| (0) | Free
A collection of my custom code snippets.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

My Custom Snippets Extension

This extension provides custom snippets for various languages.

Features

  • Custom snippets for Javascript, Typescript, HTML, CSS, and JSON.
  • Easy to add and manage your own snippets.

How to add snippets

  1. Open snippets/snippets.json.
  2. Add your snippets in the following format:
    "Snippet Name": {
      "prefix": "shortcut",
      "body": [
        "line 1",
        "line 2"
      ],
      "description": "Short description"
    }
    
  3. Save the file and reload VS Code.

How to use snippets

Simply type the prefix of the snippet in a supported file and press Tab or Enter to expand it.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft