cscope like functionality for C++ (using vim)
- by Yogesh Arora
Is there any utility or plugin which provides cscope like functionality for C++. I am looking for
all references to a symbol
global definitions
functions called by a function
functions calling a function
files including a file