re-ovo / unocss-intellij

Unocss support on Intellij Idea/WebStorm
https://plugins.jetbrains.com/plugin/22204-unocss
MIT License
169 stars 12 forks source link

question: is icon suggestion/auto-completion supported? #74

Open userquin opened 1 month ago

userquin commented 1 month ago

image

re-ovo commented 1 month ago

Sorry, there is no icon completion at the moment. There is no icon completion in vscode either. It is implemented through another plugin. The unocss language service does not provide icon completion. I will consider implementing one myself.

userquin commented 1 month ago

There is no icon completion in vscode either.

No, VSCode works: https://github.com/vuetifyjs/vuetify/pull/20266#issuecomment-2265159762

re-ovo commented 1 month ago

Yes, you need a seprate plugin for it Iconify IntelliSense

userquin commented 1 month ago

upps, you're right

userquin commented 1 month ago

I'll try to add it...

userquin commented 1 month ago

Uhmm, your graddle loading files only present in your local, you should fix this, it is only used when releasing the plugin:

image

re-ovo commented 1 month ago

Uhmm, your graddle loading files only present in your local, you should fix this, it is only used when releasing the plugin:

image

If you are just developing, you should not need these files

re-ovo commented 1 month ago

The next version will add icon auto-completion

re-ovo commented 1 month ago

released

userquin commented 1 month ago

Cannot analize package dependencies? The full iconify json is huge and you will need to release a new version on every iconify json release.

re-ovo commented 1 month ago

Cannot analize package dependencies? The full iconify json is huge and you will need to release a new version on every iconify json release.

You are right, there may be a better way to load it

But I think icons don't need to be updated frequently, even if some icons are missing, it shouldn't matter, and there is no need to update with iconify