CCTree is a Vim 7 plugin that displays hierarchical call-trees for functions or files using a cscope database. The functionality is similar to that offered by other IDEs and source-analysis applications, like Kscope, Source Navigator, and Eclipse. CCTree features a symbol dependency tree analyzer for C using a cscope database. It has basic support for functions and macros, and extended support for global variables, macros, enums, and typedefs.
| Tags | source code analysis vim plugin |
|---|---|
| Licenses | GPLv3 |
| Operating Systems | POSIX Windows Mac OS X |
Last announcement
Improved syntax highlighting to avoid sluggishness with huge call-trees
Recent releases


Release Notes: A performance speed-up for tree depth manipulation using incremental updates.


Release Notes: This release improves syntax highlighting to avoid sluggishness with huge call trees.


Release Notes: Bugs in database appending and xrefdb loading were fixed.