重建 IntelliJ 项目索引
IntelliJ IDEA 10.5.1 报告所有方法、类等的使用量为零。
我可以强制 IntelliJ 重建项目索引吗?
IntelliJ IDEA 10.5.1 is reporting zero usages for all method, classes etc.
Can I force IntelliJ to rebuild the project indexes?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
重新启动 IntelliJ 在我的情况下解决了这个问题(Ultimate 2019.1)——重新启动时,它会自行重建索引。
除了所有导入和非本地引用作为错误出现之外,一个有趣的副作用是所有字符串文字上报告的错误:
Restarting IntelliJ fixed this in my case (Ultimate 2019.1) -- on restarting, it rebuild the indexes by itself.
An interesting side effect, apart from all imports and non-local references coming up as errors, was the error reported on all string literals:
文件->使缓存无效...
(在下次启动时强制重建所有缓存和索引)
重新启动 IntelliJ IDEA。
注意:这可能会删除本地历史记录。
File -> Invalidate caches...
(Force rebuild of all caches and indices on next startup)
Restart IntelliJ IDEA.
Caution: This might Remove local history.