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

got the TS ERROR when typing the keywords in VUE3 #2254

Closed
netitgo opened this issue Dec 25, 2022 · 6 comments
Closed

got the TS ERROR when typing the keywords in VUE3 #2254

netitgo opened this issue Dec 25, 2022 · 6 comments

Comments

@netitgo
Copy link

netitgo commented Dec 25, 2022

image

keywords like ref, reactive, onMounted, etc. are not capable of using the Inteligent autocomplete in writing VUE3 codes.
any idea for this issue?

@webdo
Copy link

webdo commented Dec 26, 2022

Getting the same issue, gotta restart the server every 2-3 minutes just to get auto-completion to work, it's a bit of a pain.

VSCode Insiders 1.75.0
Using takeover mode with typescript 4.9.4, builtin is disabled.
Volar settings:
  "volar.vueserver.maxOldSpaceSize": 10000,
  "volar.vueserver.noProjectReferences": true,
  "volar.doctor.checkVueTsc": true,
  "volar.autoCompleteRefs": true,
  "volar.completion.preferredTagNameCase": "pascal"

@netitgo
Copy link
Author

netitgo commented Dec 26, 2022

I still have this issue after re-install the Volar plug-in, what I have missed?

@TerryXu-97
Copy link

Volar 1.0.18 still have this problem

@webdo
Copy link

webdo commented Dec 29, 2022

Can confirm we still have the problem, it seems to only be with vue functions.

@netitgo
Copy link
Author

netitgo commented Dec 31, 2022

image
v1.0.19 still fails me.
I am using Javascript, not Typescript. any idea?

@johnsoncodehk
Copy link
Member

See #2190.

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

No branches or pull requests

4 participants