Glyphfriend is a Visual Studio 2015 extension to enhance the existing Intellisense to display preview glyphs for many of the common glyph-based font libraries like Font Awesome, Foundation, IonIcons and more.
Glyphfriend now also supports Emoji emoticons within Markdown files, for those of you that enjoy using Visual Studio as a Markdown editor.
You can download and install Glyphfriend from the Visual Studio Gallery here. After installing the extension, simply add any of the applicable libraries above to your project. Glyphfriend should detect all of the appropriate classes within the CSS files and apply the appropriate glyphs within the Intellisense drop-down list when you start typing :
Additionally, if you are in a Markdown file, you can simply use the :
character to trigger the available Emoji-Intellisense as seen below :
If you want to see Glyphfriend in action and don't feel like building your own project and referencing these libraries, you can check out the Glyphfriend Testing repository, which should have the latest version of all of the currently supported libraries.
Pull Requests are openly accepted and encouraged.
The libraries that were chosen were just some of the more common ones that I had come across, but I am sure that I left quite a few out. If you find that one of your favorites is missing, you can either report it within the Issues area or just clone this repository, make a fork and add your changes (and then just make a pull request when you are all done).
I just want to give a big thanks to Mads Kristensen for all of his assistance with this project (and getting me interested in Visual Studio Extension development).