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

Badges Snippets

alexzshl

|
4,444 installs
| (0) | Free
Snippets to quickly insert shields.io badges into Markdown documents
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

snippet-badge

vsm-version license

Snippets to quickly insert shields.io badges into Markdown documents.

Preview

preview

preview

Features

  • Static badge with list of color/style/logo
  • Quick and easy service support
  • Quickly generate badges using clipboard data

Requirements

none.

Extension Settings

If the snippets for markdown doesn't work,please add the following settings in settings.json:

  "[markdown]": {
    "editor.quickSuggestions": {
      "other": true,
      "comments": true,
      "strings": true,
    }
  }

Usages

Enter the full name or shorthand for the code snippet item, select and press the tab key. Next you need to fill in the placeholders in order.

  • badge static or bs - Create tatic badge
  • badge vsm version - Create dynamic badge for an extension on Visual Studio Marketplace
  • badge github stars - Create dynamic badge for stars of a repository on Github

Known Issues

none.

Release Notes

0.0.1

Initial release of ...

Enjoy!

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