Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
userquin opened this issue Aug 2, 2024 · 11 comments
Closed

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

userquin opened this issue Aug 2, 2024 · 11 comments
Labels
🛒 feature request Request a new feature

Comments

@userquin
Copy link

userquin commented Aug 2, 2024

image

@re-ovo re-ovo added the 🛒 feature request Request a new feature label Aug 2, 2024
@re-ovo
Copy link
Owner

re-ovo commented Aug 2, 2024

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
Copy link
Author

userquin commented Aug 2, 2024

There is no icon completion in vscode either.

No, VSCode works: vuetifyjs/vuetify#20266 (comment)

@re-ovo
Copy link
Owner

re-ovo commented Aug 2, 2024

Yes, you need a seprate plugin for it Iconify IntelliSense

@userquin
Copy link
Author

userquin commented Aug 2, 2024

upps, you're right

@userquin
Copy link
Author

userquin commented Aug 2, 2024

I'll try to add it...

@userquin
Copy link
Author

userquin commented Aug 2, 2024

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
Copy link
Owner

re-ovo commented Aug 2, 2024

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
Copy link
Owner

re-ovo commented Aug 2, 2024

The next version will add icon auto-completion

@re-ovo
Copy link
Owner

re-ovo commented Aug 6, 2024

released

@userquin
Copy link
Author

userquin commented Aug 6, 2024

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
Copy link
Owner

re-ovo commented Aug 6, 2024

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

@re-ovo re-ovo closed this as completed Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛒 feature request Request a new feature
Projects
None yet
Development

No branches or pull requests

2 participants