Closed KazariEX closed 3 months ago
Which is better?
I'm unsure why it isn't getting any inlayHints... I'd appreciate understanding the correct solution.
Which is better?
: props.foo
is better. 👍
This is close to complete! However, executing findDestructuredProps
in codegen affects the performance of vue-tsc. I am refactoring to move the logic related to inlay hints to the language-service package to avoid unnecessary computations in vue-tsc
Actually I implemented it in the language-service
at first, and only tried to implement it in codegen after being reminded about the magic of __hint
.
Additionally, I noticed a feature about tracking reactive variables in the Insiders version. Does this imply that they can extract reusable logic?
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: