I use acme and the rc function `g' or small permutations of it.
fn g {grep -n $* *.[chsyl] /dev/null}
For just looking at headers I just change the function a bit.
fn gh {grep -n $* *.h /dev/null}
Then I can just click on the file:line and Whammo, I'm there.
--- Begin Message ---
Hi,
it's not a plan9-only question... but here read many developers with
expertise. At work, dealing with big amounts of code (most of them
unknown to me), I've found the pair "cscope" and "cbrowser" really
helpful, even with C++ code. I'm wondering what do you usually use.
I likely want to avoid beliving every developer using plan9 uses acme
with greps in it. :)
btw, even vim is always my editor, cbrowser and acme made me acknowledge
that using keys for coding is not faster than using mostly a mouse
acme-style.
Thanks in advance,
Lluís
smime.p7s
Description: S/MIME Cryptographic Signature
--- End Message ---