vscode shields.io snippets
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
Github badge generation
Bulk badge generation
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
| |