[sf-perl] Vim tricks

Vicki Brown vlb at cfcl.com
Wed Feb 8 10:48:53 PST 2006


Yall know about taglist, yes?

 taglist.vim : Source code browser (supports C/C++, java, perl, python, tcl,
sql, php, etc)

The "Tag List" plugin is a source code browser for the Vim editor. It
provides an overview of the structure of source code files and allows you to
efficiently browse through source code files in different programming
languages. It is the top-rated and most-downloaded plugin for the Vim editor.

 The taglist plugin groups and displays the functions, classes, structures,
enumerations, macro definitions and other parts of a source code file in a
Vim window. The taglist plugin will automatically highlight the current tag.
You can jump to the definition of a tag by selecting the tag name from the
taglist window.  For a list of features supported by the taglist plugin,
visit the features page.

http://www.vim.org/scripts/script.php?script_id=273

http://www.geocities.com/yegappan/taglist/



The "Tag List" plugin requires the "exuberant ctags" utility
http://ctags.sourceforge.net/

-- 
- Vicki

     ZZZ 
  zzZ                   San Francisco Bay Area, CA
 z  |\     _,,,---,,_   Books, Cats, Tech  
zz /,`.-'`'    -.  ;-;;,_  http://cfcl.com/vlb
  |,4-  ) )-,_. ,\ ( `'-'  http://heatercats.com
 '---''(_/--'  `-'\_)      http://cfcl.com/vlb/weblog


More information about the SanFrancisco-pm mailing list