Skip to content

pright/CCTree

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

This is a mirror 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 using a Cscope database. 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. 

Currently supported language: C. 
Requirements: Cscope, Vim 7.xx 

Project details/Screenshots:  http://sites.google.com/site/vimcctree/ 

[NEW]: Check out  http://sourceforge.net/projects/ccglue/ for an external tool that can produce cross-reference files from cscope [and ctags] databases that CCTree can load directly from disk.

 

About

C Call-Tree Explorer - Source-code analysis, real-time display of code flow

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vim Script 100.0%