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 7K
  • Mac 1K
  • Linux 2K
Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11
Windows 0 0 1 1 1 2 3 2 0 0 0 1 1 2 0 0 0 3 1 1 3 0 2 1 0 1 1 0 0 2 0 6 1 1 0 2 1 1 0 2 1 0 3 0 2 2
Mac 0 0 0 0 0 0 1 0 0 0 0 1 0 3 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 2 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1
Linux 0 2 0 0 1 0 0 1 0 0 1 1 0 0 0 2 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Icon Fonts (Legacy) for Sublime Text

The MIT License GitHub release Travis

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.