soates / Auto-Import

vscode extension that will automatically finds, parses and provides code actions for all available imports. Only currently works with files in your folder and TypeScript.
MIT License
164 stars 62 forks source link

Nextjs import path #120

Closed horaczech closed 2 years ago

horaczech commented 3 years ago

In Next.js when I import for example useRouter it returns path "next/dist/client/router" instead of "next/router". Why is that?