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

Feature request: Typescript completion in Angular/Vue html templates #36405

Closed
victorgarciaesgi opened this issue Oct 17, 2017 · 1 comment
Closed
Assignees
Labels
*extension-candidate Issue identified as good extension implementation typescript Typescript support issues

Comments

@victorgarciaesgi
Copy link

It would be very useful to have typescript completion inside the frameworks templates.
For exemple:

Here typescript should be suggesting me the properties I provided with "ITodos".
It's a single file component so Typescript should know which Class to look into for data

image

Also it should work with Web components! Typescript could suggest the component Props inside the Html.

Thanks

Victor Garcia

@vscodebot vscodebot bot added the typescript Typescript support issues label Oct 17, 2017
@mjbvz mjbvz added the *extension-candidate Issue identified as good extension implementation label Oct 17, 2017
@mjbvz
Copy link
Collaborator

mjbvz commented Oct 17, 2017

For vue, please try the vetur extension. I'm not sure if it fully supports your scenario yet. This may be tracked by vuejs/vetur#145

For angular, please see the angular language service

@mjbvz mjbvz closed this as completed Oct 17, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Dec 1, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*extension-candidate Issue identified as good extension implementation typescript Typescript support issues
Projects
None yet
Development

No branches or pull requests

2 participants