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

Remote Snippets

fantasy

|
382 installs
| (0) | Free
Auto fetch snippets from remote and load it.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-remote-snippets

Auto fetch snippets from remote and load it.

Features

  • Support remote snippets.
  • Support local dynamic snippets, which can written in JS.

Usage

You may need specify some snippets remote address, It supports a single snippet config, something like https://raw.githubusercontent.com/hollowtree/vscode-vue-snippets/master/snippets/html.json, it also supports snippets config, like https://raw.githubusercontent.com/0x-jerry/snippets/main/package.json. And the most excited feature, local dynamic snippets.

{
  "remote-snippets.snippets": [
    {
      "path": "https://raw.githubusercontent.com/hollowtree/vscode-vue-snippets/master/snippets/html.json",
      "language": "vue,html"
    }
  ],
  "remote-snippets.config": [
    "https://raw.githubusercontent.com/0x-jerry/snippets/main/package.json"
  ],
  "remote-snippets.js": ["snippets/now.js"]
}

About how to use local dynamic snippets with remote-snippets.js configuration item, please see example.

About how to write snippet, please refer to https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax.

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