Eclipse项目中,按下Ctrl键后,鼠标移动到类、方法后可以显示高亮链接,但点击后无法跳转过去。网上查了很多方法都没有解决

最后无意在国外的网站上找到了解决方法,出处:

https://stackoverflow.com/questions/16354028/eclipse-type-hierarchy-not-always-working

原文:

I had this same problem and fixed it by deleting the Eclipse index cache files located in .metadata/.plugins/org.eclipse.jdt.core. Delete all .index files and savedIndexNames.txt. Do this while Eclipse is not running and then restart. This fixed the issue for me.

即先关掉Eclipse,然后将.metadata/.plugins/org.eclipse.jdt.core文件夹中的.index文件和savedIndexNames.txt文件清理掉,最后重新启动Eclipse

相关文章:

  • 2022-01-20
  • 2022-12-23
  • 2022-01-04
  • 2021-04-18
  • 2022-02-13
  • 2022-01-24
  • 2022-01-02
  • 2021-12-22
猜你喜欢
  • 2021-09-07
  • 2022-03-01
  • 2022-12-23
  • 2022-12-23
  • 2021-10-07
  • 2021-10-30
相关资源
相似解决方案