1

I know how to use CTRL+click or F3 to open declarations of classes in my code for ex, but I would like to have C++ reference help when using Eclipse CDT / g++, something like using F1 on Visual Studio.

I want to get contextual help on C++ keywords, etc

Do you know how to get it ?

Thx.

Bob Yoplait
  • 2,421
  • 1
  • 23
  • 35

1 Answers1

0

I haven't personally tried it but how about something like this: -Download gcc/g++ source code. -Create a symlink to it from your project. -Let the indexer complete.

user674669
  • 10,681
  • 15
  • 72
  • 105