博客首页 注册 建议与交流 排行榜 加入友情链接
推荐 投诉 搜索: 帮助

Platinum's BLog

路漫漫其修远兮,吾将上下而求索
platinum.cublog.cn


Linux 下查看源码的利器 vim + ctags + cscope
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.
   
官方网站

发表于: 2007-09-10 ,修改于: 2008-09-02 23:35,已浏览719次,有评论1条 推荐 投诉


网友评论
内容:
我常用vim,但没使过 ctags 和cscope;我试试吧,谢谢。
少伟评论于:2007-10-24 17:09:20 (60.21.255.★)

发表评论