Chinaunix首页 | 论坛 | 博客
  • 博客访问: 129933
  • 博文数量: 47
  • 博客积分: 3000
  • 博客等级: 中校
  • 技术积分: 350
  • 用 户 组: 普通用户
  • 注册时间: 2009-05-30 12:26
文章分类
文章存档

2010年(32)

2009年(15)

我的朋友

分类: LINUX

2010-04-13 15:19:45

常用插件:
1.ctags/etags
  Home:
  Introduction: Generate tag files for source code.The ctags and etags programs generate an index file for a variety of language objects found in file(s). This tag file 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.
  Use in Emacs:
  Emacs will, by default, expect a tag file by the name "TAGS" in the current directory. Once the tag file is built, the following commands exercise the tag indexing feature:
 
  M-x visit−tags−table FILE
  Select the tag file, "FILE", to use.
  M-.[TAG]
  Find the first definition of TAG. The default tag is the identifier under the cursor.
  M-*  
  Pop back to where you previously invoked "M-.".
  C-u M-.
  Find the next definition for the last tag.
 
2.cscope
  Home: cscope.sourceforge.net/
  Introduction: Cscope is a developer's tool for browsing source code.
  
3.CEDET
  Home:
  Introduction: CEDET is a Collection of Emacs Development Environment Tools written with the end goal of creating an advanced development environment in Emacs.
 
4.ECB
  Home:
  Introduction: ECB stands for "Emacs Code Browser". While Emacs already has good editing support for many modes, its browsing support is somewhat lacking. That's where ECB comes in: it displays a number of informational windows that allow for easy source code navigation and overview.
 
 
阅读(1175) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~