Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-core-dev] queries with indexing/parsing with CDT

Hi all,
The problem I am facing is that say if I am editing a C source file
say main.c and this file has a reference to a function or a macro
defined in a different file but which is included in my main.c (using
#include ) I do not get the tooltip coming up for these functions nor
does the Ctrl+Click thing work on these function references.
I have seen a few prev threads and tried to explicitly include the
path of the header files in the .cdtproject file, but yet it does not
help my cause much.

Could anyone guide me with this also can you provide me with the
information as to where the CDT plugin stores the information related
to the current index (is it a file r somewhere in teh memory, so that
I could my self edit this and add my custom info so that I can get
what I am looking out for).
Thanks
Dyno


Back to the top