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开发者_StackOverflow中文版 it ?
Thx.
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.
精彩评论