- Inline display corresponding icons
- Auto-completion for icon-sets
- Hover
- Snippets
Load custom icon collections from remote URLs:
{
"iconify.customCollectionJsonPaths": [
"https://example.com/my-icons.json",
"./local/icons.json"
]
}
Remote collections are automatically reloaded when the configuration changes and support hot-reloading without restarting VS Code.
MIT License ยฉ 2020 Anthony Fu