Intellij Idea不会显示Junit和Hamcrest Import Option选项
正如标题中已经提到的,我在使 Hamcrest 和 JUnit(Maven 项目)的自动导入/完成工作正常工作时遇到了麻烦。
我已经尝试过:
- 使缓存无效
- 检查自动导入设置中的排除选项
- 将包添加到设置 - >代码风格-> Java->导入选项卡 -->使用带“*”导入的包
附加信息:
- 在类中手动添加导入并再次删除它时,它将显示在自动完成/-导入中
As already mentioned in the title I'm having troubles to get the autoimport/-completion working for Hamcrest and JUnit (Maven project).
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您在Maven项目中,则可以尝试使用Maven命令接口对其进行刷新。
If you are on a maven project, you can try to refresh it using maven command interface.