All Projects β†’ idleberg β†’ vscode-icon-fonts

idleberg / vscode-icon-fonts

Licence: MIT license
Snippets for popular icon fonts such as Font Awesome, Ionicons, Glyphicons, Octicons, Material Design Icons and many more!

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to vscode-icon-fonts

Styled Icons
πŸ’… Popular icon packs like Font Awesome, Material Design, and Octicons, available as React Styled Components
Stars: ✭ 1,878 (+5590.91%)
Mutual labels:  octicons, font-awesome
Nerd Fonts
Iconic font aggregator, collection, & patcher. 3,600+ icons, 50+ patched fonts: Hack, Source Code Pro, more. Glyph collections: Font Awesome, Material Design Icons, Octicons, & more
Stars: ✭ 31,778 (+96196.97%)
Mutual labels:  octicons, font-awesome
nerd-font-cheatsheets
Generated list of Nerd Font to simplify finding characters that look good in text editors and terminal prompt
Stars: ✭ 74 (+124.24%)
Mutual labels:  octicons, font-awesome
react-octicon
A GitHub Octicons icon React component
Stars: ✭ 76 (+130.3%)
Mutual labels:  octicons
bootstrap4-glyphicons
How use Glyphicons with Bootstrap 4 (without getting mad)
Stars: ✭ 40 (+21.21%)
Mutual labels:  glyphicons
fast-arrow
A VSCode snippet to write JS arrow function really fast
Stars: ✭ 18 (-45.45%)
Mutual labels:  vscode-snippets
FontRegister
FontRegister is a small Windows utility to install fonts and/or repair the font registry via commandline.
Stars: ✭ 17 (-48.48%)
Mutual labels:  font-awesome
Octicons
A scalable set of icons handcrafted with <3 by GitHub
Stars: ✭ 7,039 (+21230.3%)
Mutual labels:  octicons
emojifont
🍭Emoji and fontawesom in both base and ggplot2 graphics
Stars: ✭ 61 (+84.85%)
Mutual labels:  font-awesome
testcafe-snippets
Code snippets for TestCafe
Stars: ✭ 54 (+63.64%)
Mutual labels:  vscode-snippets
nuxt-fontagon
Try converting svg into font easily to make icon-font automatically. The Icon-Font generator Fontagon is available on the Nuxt module.
Stars: ✭ 18 (-45.45%)
Mutual labels:  icon-fonts
Sprat-type
Display typeface
Stars: ✭ 58 (+75.76%)
Mutual labels:  font-awesome
ruby2-rails5-bootstrap-heroku
An opinionated starter application based on Ruby 2.6, Rails 5.2, Webpack 4, Yarn, and Bootstrap 4, deployable on Heroku
Stars: ✭ 47 (+42.42%)
Mutual labels:  font-awesome
react-native-ionicons
Ionic icons for React Native
Stars: ✭ 43 (+30.3%)
Mutual labels:  ionicons
hugo-apero
Apéro is a Hugo theme for personal websites. A Hugo theme you'll want to hang out with 🌌 . This is the source for the theme files to install.
Stars: ✭ 122 (+269.7%)
Mutual labels:  font-awesome
octicons-png
Keynote hates SVGs, convert SVGs to PNGS
Stars: ✭ 25 (-24.24%)
Mutual labels:  octicons
vscode-st
Extension for VS Code to support Structured Text language.
Stars: ✭ 94 (+184.85%)
Mutual labels:  vscode-snippets
JayantGoel001.github.io
My Personal Portfolio.
Stars: ✭ 31 (-6.06%)
Mutual labels:  font-awesome
fontagon
Fontagon is a great tool that easily converts svg into icon font. Fontagon-cli allows faster conversion to commands.
Stars: ✭ 18 (-45.45%)
Mutual labels:  icon-fonts
apple-emoji-linux
Apple Color Emoji for Linux
Stars: ✭ 392 (+1087.88%)
Mutual labels:  font-awesome

Icon Fonts for Visual Studio Code

The MIT License GitHub Visual Studio Marketplace CircleCI

Snippets for a variety of icon fonts (see details).

This package is also available for Atom and Sublime Text.

Screenshot

Screenshot nicked from the Sublime Text package, but you get the idea

Installation

Extension Marketplace

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

ext install idleberg.icon-fonts

CLI

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

$ code --install-extension idleberg.icon-fonts

Packaged Extension

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

$ code --install-extension path/to/icon-fonts-*.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.icon-fonts

Clone Repository

Change to your Visual Studio Code extensions directory:

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

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

Clone repository as icon-fonts:

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

Usage

Snippets are limited to the html, css|less|sass|scss|stylus, jsx, blade and vue scopes. Typing the class name of an icon using the designated prefix will complete to a tag containing the icon class. Exceptions are fa-layers, fa-layers-counter, fa-layers-text and fa-layers (<span>).

Prefixes

Prefix Icon Font Version
ai Android Icons 1.0.0
cc Creative Commons Icon Font 1.2.1
bx BoxIcons -
dashicons WordPress Dashicons –
devicons Devicons 1.8.0
el Elusive Icons 2.0.0
fas,far,fab Font Awesome Pro 5.15.4
fl Font Logos 0.18
glyphicon Bootstrap Glyphicons 3.3.7
icono Icono 1.3.0
ion Ionicons 2.0.1
mdi Material Design Icons 6.7.96
mfg MFG Labs Iconset –
mfizz Font Mfizz 2.4.1
mio Material Design Icons (Official) 3.0.1
octicon GitHub Octicons 4.1.0
oi Open Iconic 1.1.0
openwebicons OpenWeb Icons 1.6.3
pf PaymentFont 1.2.5
ri RemixIcon 2.5.0
st Stack Icons 1.0.0
typcn Typicons 2.1.2
wi Weather Icons 2.0.12
zmdi Material Design Iconic Font 2.2.0

⚠️ Several previously supported fonts have been removed and are now available in the SVG icons package or the icon fonts legacy package.

Examples:

  • fa-check+Tab completes to <i class="fa fa-check"></i>
  • glyphicon-check+Tab completes to <span class="glyphicon glyphicons-check"></span>
  • well, you get the idea

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