All Projects → idleberg → Vscode Badges

idleberg / Vscode Badges

Licence: mit
Snippets to quickly insert Shield.io badges into HTML, Markdown, reStructuredText or Textile documents

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Vscode Badges

Omi Snippets
🔖Visual Studio Code Syntax Highlighting For Single File React And Omi Components - 编写React和Omi单文件组件的VSC语法高亮插件
Stars: ✭ 149 (+684.21%)
Mutual labels:  vscode-extension, snippets
vscode-react-javascript-snippets
Extension for React/Javascript snippets with search supporting ES7+ and babel features
Stars: ✭ 782 (+4015.79%)
Mutual labels:  snippets, vscode-extension
vscode-R
R Extension for Visual Studio Code
Stars: ✭ 788 (+4047.37%)
Mutual labels:  snippets, vscode-extension
Laravel Blade Snippets Vscode
Laravel blade snippets and syntax highlight support for Visual Studio Code
Stars: ✭ 80 (+321.05%)
Mutual labels:  vscode-extension, snippets
vscode-gleam
📟 Gleam support for VS Code
Stars: ✭ 34 (+78.95%)
Mutual labels:  snippets, vscode-extension
Coddx Alpha
Coddx - a collection of tools that help developers program efficiently. One of the features is generating multiple files from templates quickly.
Stars: ✭ 132 (+594.74%)
Mutual labels:  vscode-extension, snippets
stencil-snippets
An extension to add some snippets on vs code
Stars: ✭ 21 (+10.53%)
Mutual labels:  snippets, vscode-extension
Vscode Smarty
Smarty syntax highlight extension for Visual Studio Code
Stars: ✭ 10 (-47.37%)
Mutual labels:  vscode-extension, snippets
vscode-django
Beautiful syntax and snippets for perfectionists with deadlines
Stars: ✭ 113 (+494.74%)
Mutual labels:  snippets, vscode-extension
vscode-fortran-support
Fortran language support for Visual Studio Code
Stars: ✭ 49 (+157.89%)
Mutual labels:  snippets, vscode-extension
Markdown Formatter
markdown formatter
Stars: ✭ 70 (+268.42%)
Mutual labels:  vscode-extension, snippets
Vscode R
R Extension for Visual Studio Code (execution, snippet, lint, R documantation, R Markdown)
Stars: ✭ 445 (+2242.11%)
Mutual labels:  vscode-extension, snippets
Vscode Surround
🔥A simple yet powerful extension to add wrapper templates around your code blocks
Stars: ✭ 60 (+215.79%)
Mutual labels:  vscode-extension, snippets
Processing Vscode
A Visual Studio Code extension for the programming language Processing
Stars: ✭ 141 (+642.11%)
Mutual labels:  vscode-extension, snippets
Vue Vscode Snippets
These snippets were built to supercharge my workflow in the most seamless manner possible.
Stars: ✭ 1,083 (+5600%)
Mutual labels:  vscode-extension, snippets
Wikitext-VSCode-Extension
A Visual Studio Code Extension that provides language support for Wikitext.
Stars: ✭ 50 (+163.16%)
Mutual labels:  snippets, vscode-extension
Vscode Unity Code Snippets
All snippets for Unity3D development
Stars: ✭ 26 (+36.84%)
Mutual labels:  vscode-extension, snippets
vue-snippets
Visual Studio Code Syntax Highlighting For Vue3 And Vue2
Stars: ✭ 25 (+31.58%)
Mutual labels:  snippets, vscode-extension
Vscode Es7 Javascript React Snippets
Extension for Javascript/React snippets with search supporting ES7 and babel features
Stars: ✭ 435 (+2189.47%)
Mutual labels:  vscode-extension, snippets
Vscode Angular Snippets
Angular Snippets for VS Code
Stars: ✭ 530 (+2689.47%)
Mutual labels:  vscode-extension, snippets

Badges for Visual Studio Code

The MIT License GitHub Visual Studio Marketplace Travis David

Snippets to quickly insert Shield.io badges into HTML, Markdown, reStructuredText or Textile documents — like those you can see above.

This package is also available for Atom and Sublime Text.

Screenshot

Badge snippets in action (screenshot nicked from the Atom package, sorry!)

Installation

Extension Marketplace

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

ext install idleberg.badges

CLI

With shell commands installed, you can use the following command to install the extension:

$ code --install-extension idleberg.badges

Packaged Extension

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

$ code --install-extension path/to/badges-*.vsix

Alternatively, you can download the packaged extension from the Open VSX Registry or install it using the ovsx command-line tool:

$ ovsx get idleberg.badges

Clone Repository

Change to your Visual Studio Code extensions directory:

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

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

Clone repository as badges:

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

Usage

Note: By default, the quick suggestions are disabled for Markdown files. You can enable them by setting editor.quickSuggestions to true.

All snippets start with the prefix svg- and is followed by the service you're adressing, with some services offering multiple choices.

Examples:

  • svg-pypi-dl-day - daily downloads on PyPI
  • svg-pypi-dl-month - monthly downloads on PyPI
  • svg-travis - build status on Travis
  • svg-travis-branch - build status on Travis for a specific branch
  • svg-npm-ver - the version of a Node package
  • svg-gpl3 - link to GNU General Public License, Version 3

Please refer to the snippet guide for a complete list.

License

This work is licensed under The MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].