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

shields.io Snippets

relliv

|
140 installs
| (0) | Free
shields.io snippets for markdown documents
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode shields.io snippets

vsm-version license

shields.io snippets for markdown documents.

[!WARNING]
This repository forked from alexzshl/vscode-badges-snippets and it is not official shields.io extension.

Preview

Icon badge generation

preview

Github badge generation

preview

Bulk badge generation

preview

Features

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

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 static 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

Release Notes

0.0.2

  • Added bulk Github repo snippets
  • Added NPM download and bundle size snippets

0.0.1

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