-
Notifications
You must be signed in to change notification settings - Fork 619
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
Better app config theme auto-complete #1869
Comments
Hi Ben, Oh! We're not getting that in our project, and there's a few of us working on this. Thanks for clarifying; let me check with the others and see. |
Can it be caused by your |
This is indeed really strange as it should work out of the box. Would you be able to create a small reproduction? 😬 |
So I just tried it out in my Nuxt UI fork, and you are right – it does work with the original Sorry to waste your time on this. Maybe it is a tooling / IDE thing? |
Description
Hello.
It seems the auto-complete for the global component ui theming is shallow.
We solved this in our own project with a that more accurately deeply-nests, whilst also allowing optional string properties (for
variants
and such like)It also navigates to the source on a
Cmd+Click
which is great!I had a dig into the source and it seems it can be solved at source actually-deep DeepPartial implementation:
I'm happy to PR this fix.
Additional context
No response
The text was updated successfully, but these errors were encountered: