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

Snippets View

Alexander

|
2,901 installs
| (3) | Free
View and insert configured inside vscode snippets
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Snippets View

Demo

Possible usages of this extension:

  • For less useful snippets:

    Define a snippet with empty prefix (and it will not be mixed in autocomplete):

      "something": {
      	"prefix": "",
      	"body": "something"
      },
    
  • Quickly finding file where the snippet is defined (global/project/extension):

    Entry in context menu should navigate to the snippet definition.

Additional commands

Create snippet from selection

snippets-view.createSnippetFromSelection

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2019 Microsoft