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.
   
官方网站
11-30 02:10
查看更多