5 ms·
I can't overstate how useful Cscope is for large C projects. With a couple keystrokes, you can do searches like: - Where is this symbol defined? - Where is thi
by tryke 16y ago
I can't overstate how useful Cscope is for large C projects. With a couple keystrokes, you can do searches like:
- Where is this symbol defined?
- Where is this function called?
- Where is this variable referenced? Assigned?
It's the one plugin I use all day, every day.