Auto-imports VS Code
Hey there, I am scratching my head why auto-imports are not recognized in VS Code. It's a brand-new project I installed, too, based on the docs provided.
Curious if anyone ran into this before? Thanks
2 Replies
Hey there !
Have you tried running
npx nuxi dev
or npx nuxi prepare
? Nuxt generates a lot of types and auto imports when buidling the dev server and those are not available to your IDE until then.Hi ! I have exactly the same problem. I think I have the same configuration than my colleague but it doesn't work for me (even after running npx nuxi dev or prepare).