Skip to content

huacnlee/vscode-badges-snippets

 
 

Repository files navigation

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

Thanks

shields.io shields.io-repo

Enjoy!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published