Hacker News new | ask | show | jobs
by tryke 5787 days 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.