Is there a reason we cannot get the properties for the components in intellisense in visual studio code, like we get with react?
Or is there some specific configuration I need to add thanks.
Also can we get a @ionic/vue specific tag?
Is there a reason we cannot get the properties for the components in intellisense in visual studio code, like we get with react?
Or is there some specific configuration I need to add thanks.
Also can we get a @ionic/vue specific tag?
If you have Vetur installed then you can try this: https://www.npmjs.com/package/@modus/ionic-vetur
npm install @modus/ionic-vetur -D
And that should work automatically
Yea I have vetur so I will give it a go, thx - it works needed to reload VSCode after install, thanks