Hyperlink navigation via Ctrl+click in Eclipse Oxygen does not work

本小妞迷上赌 提交于 2019-11-28 09:18:29

问题


After upgrading from Eclipse Neon to Oxygen I noticed that I can no longer navigate around the code by clicking on definitions while holding the Ctrl key down. The indexer itself works fine, and I can still jump around by pressing F3 or using the context menu.

I am using Eclipse CDT with C++.

The following screenshot proves that the feature is enabled:

What am I missing?


回答1:


You're probably running into bug 517610. Note the following workaround from the bug:

To work around the problem, you can disable the Change Log hyperlink by going to Window > Preferences > General > Editors > Text Editors > Hyperlinking, then untick "Changelog Detector".

The bug fix is scheduled for Oxygen.1, which will be released on September 27th 2017. Alternatively, you can update to the latest development build (6.1.0) of Linux Tools (which is the component that contained the bug) via the update site http://download.eclipse.org/linuxtools/update/.




回答2:


In addition to the first solution, increase the "Maximum number of tokens per translation unit" in your Eclipse.



来源:https://stackoverflow.com/questions/45292251/hyperlink-navigation-via-ctrlclick-in-eclipse-oxygen-does-not-work

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!