Closed
Description
Now autocomplete works properly only if i try to bind union props like this:
<AppTypography :variant="'h1'" />
And it doesn't give me any autocomplete tips if i use non-bind style:
<AppTypography variant="h1" />
UPD: Fresh VS Code profile with Volar + TS enabled only.
UPD 2: Not works when VS Code autocomplete quotes("") after = sign (ex: my-props="", happens when VS Code suggest autocomplete for prop and we choose it). If we remove quotes and enter them by ourselves, autocomplete works again
Reproduction:
https://github.com/Renhor/volar-autocomplete
Video:
Screen.Recording.2023-11-01.at.01.14.17.mov
A more precise case: