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

Typescript template intellisense not working #1269

Closed
3 tasks done
guyguy2001 opened this issue May 2, 2019 · 3 comments
Closed
3 tasks done

Typescript template intellisense not working #1269

guyguy2001 opened this issue May 2, 2019 · 3 comments

Comments

@guyguy2001
Copy link

guyguy2001 commented May 2, 2019

  • I have searched through existing issues
  • I have read through docs
  • I have read FAQ

Info

  • Platform: Windows
  • Vetur version: 0.19.3
  • VS Code version: 1.33.1

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),

image
image

Reproducible Case

Clone https://github.com/Microsoft/TypeScript-Vue-Starter and try to add {{name}} to the html.

@octref
Copy link
Member

octref commented May 2, 2019

Duplicate of #1105.

@octref octref closed this as completed May 2, 2019
@guyguy2001
Copy link
Author

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.

@octref
Copy link
Member

octref commented May 2, 2019

Yeah no worries, completion is a different path than #681 since #681's infrastructure mostly only supports valid virtual-compiled-from-template TS files.

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