vuejs / language-tools

⚡ High-performance Vue language tooling based-on Volar.js
https://marketplace.visualstudio.com/items?itemName=Vue.volar
MIT License
5.81k stars 394 forks source link

Vue - Official 插件 语法提示混乱 #4852

Closed HHL-hhl closed 3 weeks ago

HHL-hhl commented 3 weeks ago

Vue - Official extension or vue-tsc version

2.1.6

VSCode version

1.91.1

Vue version

3.4.31

TypeScript version

没用ts

System Info

No response

package.json dependencies

No response

Steps to reproduce

在template 内任意标签内,任意类型为对象的属性中使用 [ ] 后续节点会出现样式混乱, 这个情况在 Vue-Official 中存在 Vetur 没有这个情况

What is expected?

image

What is actually happening?

image

Link to minimal reproduction

No response

Any additional comments?

No response

KazariEX commented 3 weeks ago

在禁用除 Vue - Official 以外的所有扩展后是否仍然存在该问题?

HHL-hhl commented 3 weeks ago

谢谢试了一下,是因为 WindiCSS IntelliSense 这个扩展导致的