-
-
Notifications
You must be signed in to change notification settings - Fork 399
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
feat(language-core): inlay hints for destructured props #4634
feat(language-core): inlay hints for destructured props #4634
Conversation
test-workspace/tsc/vue3.5/components/script-setup-destructured-props.vue
Outdated
Show resolved
Hide resolved
I'm unsure why it isn't getting any inlayHints... I'd appreciate understanding the correct solution. |
This is close to complete! However, executing |
Actually I implemented it in the Additionally, I noticed a feature about tracking reactive variables in the Insiders version. Does this imply that they can extract reusable logic? |
My impression is that the logic is different, it's okay let's see if we can reduce the code after merging this. |
resolve #4622
It will look like: