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
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: