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 400 forks source link

Missing `completion` due to `autoCreateQuotes` #4617

Closed KazariEX closed 3 months ago

KazariEX commented 3 months ago

Vue - Official extension or vue-tsc version

2.0.28

VSCode version

1.92.0-insider

Vue version

3.4.34

TypeScript version

5.5.4

System Info

No response

Steps to reproduce

N/A

What is expected?

When entering =, the completion for props should be provided.

What is actually happening?

Due to autoCreateQuotes, the completion has been lost.

Link to minimal reproduction

No response

Any additional comments?

No response

KazariEX commented 3 months ago

Duplicate of #3698