wemake-services / wemake-vue-template

Bleeding edge vue template focused on code quality and developer happiness.
https://wemake-services.gitbook.io/wemake-vue-template/
MIT License
732 stars 72 forks source link

Are there supposed to be template hints? #1418

Open Tobjoern opened 4 years ago

Tobjoern commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

Is this supposed to be like that?