kroiz
November 8th, 2005, 01:45 AM
Hi,
I have started using vim for programming in C++.
any body know how can I make it go to the function the cursor is on?
I tried usinig cscope but it takes me to all the functions in the project that answer that function name regardless of the class they belong to.
This is hardly effective when looking for a function called set in a big project.
I heard there is something called ctags, will this do it?
also heard about something called lint, any body use that? what exactly does it do and is it usefull for vim c++.
I have started using vim for programming in C++.
any body know how can I make it go to the function the cursor is on?
I tried usinig cscope but it takes me to all the functions in the project that answer that function name regardless of the class they belong to.
This is hardly effective when looking for a function called set in a big project.
I heard there is something called ctags, will this do it?
also heard about something called lint, any body use that? what exactly does it do and is it usefull for vim c++.