Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't deactivate dot value auto-complete #4943

Open
Ansett opened this issue Oct 25, 2024 · 1 comment
Open

Can't deactivate dot value auto-complete #4943

Ansett opened this issue Oct 25, 2024 · 1 comment

Comments

@Ansett
Copy link

Ansett commented Oct 25, 2024

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
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants