ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Icon Fonts (Legacy)

by idleberg ALL

Sublime Text snippets for legacy icon fonts that were removed from the main package

Details

Installs

  • Total 10K
  • Win 8K
  • Mac 1K
  • Linux 2K
Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13
Windows 0 1 1 3 0 1 0 1 1 0 0 0 1 0 1 0 1 3 1 1 0 0 1 2 1 1 0 0 0 0 2 0 0 2 0 1 3 0 0 0 0 0 0 0 1
Mac 0 0 2 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 1 0 0 0 0 2 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0

Readme

Source
raw.​githubusercontent.​com

Icon Fonts (Legacy) for Sublime Text

The MIT License GitHub release

Snippets for icon fonts that have been deprecated from the main Icon Fonts package (see details).

This package is also available for Atom and Visual Studio Code.

Installation

Package Control

  1. Make sure you already have Package Control installed
  2. Choose “Install Package” from the Command Palette (Super+Shift+P)
  3. Select “Icon Fonts (Legacy)” and press Enter

GitHub

  1. Change to your Sublime Text Packages directory
  2. Clone repository git clone https://github.com/idleberg/sublime-icon-fonts-legacy "Icon Fonts (Legacy)"

Usage

Snippets are limited to the text.html scope, which might not be activated in your auto_complete_selector user preferences by default. However, you can still force the completion popup to show by pressing Ctrl+Space.

Typing the class name of an icon will complete to a tag containing the icon's class.

Prefixes

Prefix Icon Font Version
brandico Brandico Font
fi Foundation Icons v3 3.0
filetypes Glyphicons Filetypes 1.9.0
fa Font Awesome 4.7.0
foundico Foundation Icons 1.0.0
geomicon Geomicons Open 2.0.0
glyphicons Glyphicons Pro 1.9.0
halflings Glyphicons Halflings 1.9.0
icofont ShapeBootstrap IcoFont 1.0.0b
line Elegant Theme Line Icons
social Glyphicons Social 1.9.0
ratchicon Ratchicons 2.0.2
ui Semantic UI Icons 2.0.7

Examples:

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

License

This work is licensed under the The MIT License.