Giter Site home page Giter Site logo

cctree's Introduction

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

  • ccglue Generate cross-reference cctree database files from cscope and/or ctags database files.

##Features

  • Symbol dependency tree analyzer for C using cscope database
  • Basic support for functions, and macros
  • Extended support for global variables, macros, enum members, typedefs, and also symbols cscope might not detect.
  • Native Vim 7 plugin
  • Supports using external tools, or perl interpreter to overcome VimScript memory limitations for loading large databases
  • Leverages Vim features and Integrates into typical programming work-flow
  • Dynamic syntax highlighting for real-time dependency tree flow (customizable)
  • Cscope like default short-cuts (customizable)
  • Folding support
  • Preview/Tag loading
  • Manipulate call-tree windows
  • Save buffers
  • Export to HTML with syntax highlighting (with +conceal)
  • Serialization of cross-reference tables
  • Similar to Vim's session feature, CCTree can save the built cross-references into a file for reloading any time later
  • Can be complemented with native tools [ccglue] for faster cross-reference building in larger projects

Supported languages:

Requirements:

Vim installation

To use with vundle (recommended) simply add:

Plugin 'hari-rangarajan/CCTree' 

in your .vimrc

cctree's People

Contributors

albfan avatar greydet avatar hari-rangarajan avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.