VSCode Sidebar Panel with a gallery view of FontAwesome's 5/6 free icons.
Installation Type | Platform / Link |
---|---|
VS Code] | |
.vsix file |
⚠️ Only recommended for development.
npm install
to install deps.F5
to start VSCode Debugger which launches an Extension Development Host with the extension enabled.🙋 If an error occurs try running
npm run watch
before starting the debugger
The extension is pretty easy to use and works as a sidebar panel:
Search icon
input to filter icons by name or related keyword.You can control most of the extension options from the command palette.
Toggle the Grid Type
command to change between the icons grid or icon list views.Set Icon labels to Unicode
command to change the labels and the copy feature to unicode code-points.Set Icon labels to Class Name
command to use the standard class name format.Use FA 5
command to use Font Awesome 5.Use FA 6
command to use Font Awesome 6.See CHANGELOG.md
See LICENSE