News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

is there any plugin enhancing analysis ability of code like source insight

Started by fei123, June 08, 2010, 07:23:59 AM

Previous topic - Next topic

fei123

in xp .source insight is a good tools to read source..
#.source insight can give the tree of function references .



#code block have the ability " find  declare of "xxx" "  and  "find implementation of "xxx" "



is there any plugin enhancing   analysis  ability of code  like source insight ??
thank u for your help

MortenMacFly

Quote from: fei123 on June 08, 2010, 07:23:59 AM
is there any plugin enhancing   analysis  ability of code  like source insight ??
thank u for your help
Try the Cccc, the CppCheck and the CScope plugin. Especially the the latter might do what you want.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]