Intellij Idea不会显示Junit和Hamcrest Import Option选项

发布于 2025-01-21 00:50:30 字数 330 浏览 0 评论 0原文

正如标题中已经提到的,我在使 Hamcrest 和 JUnit(Maven 项目)的自动导入/完成工作正常工作时遇到了麻烦。

Problem

我已经尝试过:

  • 使缓存无效
  • 检查自动导入设置中的排除选项
  • 将包添加到设置 - >代码风格-> Java->导入选项卡 -->使用带“*”导入的包

附加信息:

  • 在类中手动添加导入并再次删除它时,它将显示在自动完成/-导入中

As already mentioned in the title I'm having troubles to get the autoimport/-completion working for Hamcrest and JUnit (Maven project).

Problem

What I already tried:

  • invalidated the caches
  • checked the exclude options in the auto import settings
  • added the packages to Settings -> Code Style -> Java -> Imports Tab --> Packages to Use Import with "*"

Additional Info:

  • When adding the import manually in the class and deleting it again, it will be shown in the autocompletion/-import

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

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

发布评论

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

评论(1

沩ん囻菔务 2025-01-28 00:50:30

如果您在Maven项目中,则可以尝试使用Maven命令接口对其进行刷新。

If you are on a maven project, you can try to refresh it using maven command interface.

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