Webstorm 无法识别下一个 js
我正在使用此命令创建下一个 JS 应用程序
npx create-next-app my-app --use-npm
并且所有内容都已成功安装,但例如在 WebStorm 中,当我想使用下一个 JS 中的 时,它不会自动导入它,所以我必须手动导入它,另一个问题是它不会建议下一个 JS 组件自动完成任何 props。 我与任何库的反应都没有问题。
我将附上两张图片以获取更多信息。
如果我点击 ,我可以查看此文件
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
经过一番艰苦的斗争,最终我找不到解决问题的方法。
所以我开始使用 vs code,但后来我意识到 WebStorm,即使没有它的建议,也比 vs code 更好
After a hard struggle, eventually, I couldn't find a way to fix my problem.
So I started to use vs code, but then I realized that the WebStorm, even without its suggestions, is better than vs code ????.
The problem is fixed in the latest version, although if you do not want to update your WebStorm, you can use typescript.