vuejs / language-tools

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

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

Closed VioSea-hub closed 2 months ago

VioSea-hub commented 2 months 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 2 months ago

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

VioSea-hub commented 2 months ago

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