You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The template intellisense from #681 works for me in a normal javascript vue project, but it does not work on my typescript project.
Is it a problem with how my project is defined, did you miss it in the implementation, or did I miss the part where you said it isn't supported yet?
I saw in the PR that one person said that it worked with vue-class-component, but I don't know if it still works for him (as it was fairly early in the PR history),
Thanks for the fast response, and sorry for the duplicate; I mainly looked at the recent issues because I didn't realize it was a deeper issue than just a problem in #681, which is quite recent.
Yeah no worries, completion is a different path than #681 since #681's infrastructure mostly only supports valid virtual-compiled-from-template TS files.
Info
Problem
The template intellisense from #681 works for me in a normal javascript vue project, but it does not work on my typescript project.
Is it a problem with how my project is defined, did you miss it in the implementation, or did I miss the part where you said it isn't supported yet?
I saw in the PR that one person said that it worked with vue-class-component, but I don't know if it still works for him (as it was fairly early in the PR history),
Reproducible Case
Clone https://github.com/Microsoft/TypeScript-Vue-Starter and try to add {{name}} to the html.
The text was updated successfully, but these errors were encountered: