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

Viewed 4834

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:

enter image description here

What am I missing?

2 Answers

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

Related