hari-rangarajan / CCTree

Vim CCTree plugin
GNU General Public License v3.0
64 stars 23 forks source link

About

This is a fork of http://www.vim.org/scripts/script.php?script_id=2368

Description:

Plugin generates symbol dependency tree (aka call tree, call graph) in real-time inside Vim. Basic support for functions and macros; global variables, enums, typedefs can be cross-reference with additional processing. Functionality similar to that of tools and IDE's like CBrowser, Kscope, Source navigator, Eclipse, Source Insight. Project details/Screenshots. Requires cscope to generate a cscope database; the complementary utility ccglue can be used to convert cscope databases to native cctree databases for instant loading.

Complementary tools

Features

Supported languages:

Requirements:

Vim installation

To use with vundle (recommended) simply add:

Plugin 'hari-rangarajan/CCTree' 

in your .vimrc