We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.1.6
1.94.2
2.7.16
5.2.2
No response
Configure "vue.autoInsert.dotValue": false in VSCode.
"vue.autoInsert.dotValue": false
Typing in a Vue SFC script:
const foo = ref() foo
Keeping foo as it is.
foo
It becomes foo.value after a delay.
foo.value
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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:
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
The text was updated successfully, but these errors were encountered: