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

Can't deactivate dot value auto-complete #4943

Open Ansett opened 4 weeks ago

Ansett commented 4 weeks ago

Vue - Official extension or vue-tsc version

2.1.6

VSCode version

1.94.2

Vue version

2.7.16

TypeScript version

5.2.2

System Info

No response

package.json dependencies

No response

Steps to reproduce

Configure "vue.autoInsert.dotValue": false in VSCode.

Typing in a Vue SFC script:

const foo = ref()
foo

What is expected?

Keeping foo as it is.

What is actually happening?

It becomes foo.value after a delay.

Link to minimal reproduction

No response

Any additional comments?

No response

KazariEX commented 3 weeks ago

I cannot reproduce it on my machine. If you are willing, you could try: https://github.com/vuejs/language-tools/wiki/Help-Us-Investigate-Issues-Remotely