常用插件:
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) |