When writing html file I wish I would have intellisense for v-for / v-on and so on with vetur installed. Is this project will support that?
Planned but not in recent release.
How could Vetur know if your html file is template for component, or a html file containing the whole bundled app, or just a random html file in your doc?
@octref For simplicity I have seen all extension in vscode, even vscode itself, never care about that. If it has intellisense for angular (ng-for for example) it will exist in attribute autocomplete every times I try to add attribute to html
So if I install and enable vetur. v-for should exist alongside ng-for even I don't add vue into that html file
I'll think about it. Maybe the best way is to provide it if vue is in the package.json dependency, same as the check we do for Element and Onsen UI.
Normally I use cdn script tag. That approach won't work
This is tracked in #81.
Most helpful comment
Planned but not in recent release.