vim + ctags + cscope
vim:
Vim is a highly configurable text editor built to enable efficient text editing.
It is an improved version of the vi editor distributed with most UNIX systems.
Vim is distributed free as charityware.
ctags:
Ctags generates an index (or tag) file of language objects found in source files that allows these items to be quickly and easily located by a text editor or other utility.
A tag signifies a language object for which an index entry is available (or, alternatively, the index entry created for that object).
cscope:
Cscope is a developer's tool for browsing source code. It has an impeccable Unix pedigree, having been originally developed at Bell Labs back in the days of the PDP-11.
阅读(2779) | 评论(1) | 转发(0) |