4 ms·
Yes this is how I use it and I love it. I think some IDEs havee similar capability but for vim users cscope is an great way to understand large code bases by qu
by fis 6y ago
Yes this is how I use it and I love it. I think some IDEs havee similar capability but for vim users cscope is an great way to understand large code bases by quickly jumping through callchains. There's a 'Using Cscope with Vim' tutorial on the page that covers it.
- joelthelion 6y agoVim now also supports the more powerful vscode language servers. If you haven't done so already, I encourage you to give them a try.