How to get import suggestion for vue component without any package?
Recently around 5 days agao I had created a vue app and that was working fine with vie officially extension.
I was getting auto import suggestion but yesterday I have created a new vue project with same way but didn't get any import suggestions ..
Hi, I am not sure about your project setup, it would be great if you could share some more info about it.
In the past I used to face this problem randomly because typescript compiler needed to specify .vue in all import statements. Please review your tsconfig.json and compare it with your project's recommended defaults. Also make sure your path aliases are correct.
@GdS I don't know what's happening but i unistall and again reinstall the vue-official extension and just closed the vs code and restarted again and now seems everything is working fine..