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

Are there supposed to be template hints? #1418

Open
Tobjoern opened this issue Nov 6, 2019 · 3 comments
Open

Are there supposed to be template hints? #1418

Tobjoern opened this issue Nov 6, 2019 · 3 comments

Comments

@Tobjoern
Copy link

Tobjoern commented Nov 6, 2019

I have installed the template and all the required extensions. I use vscode, but I don't have any type hints in the template, by that I mean if I have an atrribute "car" in my component and I want to interpolate it in the template via curly brackets, I get no type hint for any attribtues the component has, I do however get an error message, if I refer to a variable that does no exist.
I am fine with there not being any template hints, but I just want to make sure I am not missing out on any feature!
Great Template btw!

@sobolevn
Copy link
Member

sobolevn commented Nov 6, 2019

Hey @Tobjoern! Thanks a lot for using our template.

Are you sure that vetur is installed and this setting is set: https://github.com/wemake-services/wemake-vue-template/blob/master/template/.vscode/settings.json#L24 ?

@Tobjoern
Copy link
Author

Tobjoern commented Nov 7, 2019

I have installed the vetur extension, the latest version of vscode and I have enabled the templateInterpolationService, but I still don't get any hints. By "no hints" I mean that I don't get any options for chosing variables defined in the component.
I have also uninstalled all extensions, apart from vetur, to make sure no other extension is causing the issue.
Here is a picture of the popup I get when pressing CTRL + Space.
vscodenohint-scmall

@Tobjoern
Copy link
Author

Tobjoern commented Nov 9, 2019

Is this supposed to be like that?

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

2 participants