I'm creating a next JS app using this command
npx create-next-app my-app --use-npm
And everything is installed successfully, but in WebStorm for example when I want to use <Link> from next JS it will not auto import it, so I have to import it manually and the other problem is it will not suggest any props auto-completion for next JS component.
I have no problems in react with any library.
I'll attach two images for more information.