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

Badgen

idleberg

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

Badgen

The MIT License GitHub Visual Studio Marketplace CircleCI David

Snippets to quickly insert Badgen badges Markdown documents — like those you can see above.

Screenshot

Installation

Extension Marketplace

Launch Quick Open, paste the following command, and press Enter

ext install badgen

Packaged Extension

Download the package extension from the the release page and install it from the command-line:

$ code --install-extension badgen-*.vsix

Clone Repository

Change to your Visual Studio Code extensions directory:

# Windows
$ cd %USERPROFILE%\.vscode\extensions

# Linux & macOS
$ cd ~/.vscode/extensions/

Clone repository as badgen:

$ git clone https://github.com/idleberg/vscode-badgen badgen

Usage

Snippets follow the naming scheme of Badgen URL, e.g. badgen-npm is used for npm badges and badgen-amo for Mozilla Add-ons. Please refer to the snippet guide for a complete list.

Enable Quick Suggestions

By default, Visual Studio Code has quick suggestions disabled for Markdown files. You can enable it in your settings as follows.

"[markdown]": {
    "editor.quickSuggestions": true
}

Alternatively, press Ctrl+Space after typing the badgen prefix to show the list of suggestions.

Related

  • Badgen for Atom

License

This work is licensed under The MIT License

Donate

You are welcome support this project using Flattr or Bitcoin 17CXJuPsmhuTzFV2k4RKYwpEHVjskJktRd

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