Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] How to use internal CDT code analyser?

Hi, all!

I'm developing my own plug-in based on CDT SDK.
Please, tell me, how to use internal CDT code analyser?

For example, the caret is somewhere in the Code Editor (C/C++). I want to retrieve the name of the function or constant (if any) the caret points to. Also to retrieve the name of corresponding header, if any.

Best regards,
              Andrey.


Back to the top