Webstorm 无法识别下一个 js

发布于 2025-01-09 20:31:21 字数 446 浏览 1 评论 0原文

我正在使用此命令创建下一个 JS 应用程序

npx create-next-app my-app --use-npm

并且所有内容都已成功安装,但例如在 WebStorm 中,当我想使用下一个 JS 中的 时,它不会自动导入它,所以我必须手动导入它,另一个问题是它不会建议下一个 JS 组件自动完成任何 props。 我与任何库的反应都没有问题。

我将附上两张图片以获取更多信息。

WebStorm 不建议

如果我点击 ,我可以查看此文件

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.

WebStorm not suggesting

I can view this file if I click to

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

可爱暴击 2025-01-16 20:31:22

经过一番艰苦的斗争,最终我找不到解决问题的方法。

所以我开始使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文