antfu / vscode-iconify

🙂 Iconify IntelliSense for VS Code
https://marketplace.visualstudio.com/items?itemName=antfu.iconify
MIT License
453 stars 33 forks source link

feat: alias for icon collection name #64

Closed hyoban closed 7 months ago

hyoban commented 8 months ago

Description

@egoist/tailwindcss-icons has a PR that allows custom icon collection names, which allows us to write i-mc-tag-line instead of the longer i-mingcute-tag-line, but this way we cannot have the icon display of this plugin at the same time.

After this PR, we can add the following configuration:

{
  "iconify.customCollectionIdsMap": {
    "mc": "mingcute"
  }
}

ScreenShot 2023-12-13 16 54 03

Looking forward to your opinion.

Linked Issues

Additional context