Am Mo 12 Sep 2011 17:48:07 CEST schrieb Jianmin Pan:
Install ctags, run "ctags -R src" in the toplevel directory, which creates the "tags" file.I am used to use vim. So, anybody have good suggestions?
Then in vi, use ":ta identifier" to look up the declaration of identifier, ctrl-] to look up the current word
(see http://ctags.sourceforge.net/ctags.html#HOW%20TO%20USE%20WITH%20VI) Patrick -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

