sponsor Vim development Vim logo Vim Book Ad

listtag : list all tags and jump to one of your choise

 script karma  Rating 1/1, Downloaded by 563  Comments, bugs, improvements  Vim wiki

created by
Fang xm
 
script type
utility
 
description
Taglist is a useful script for many vim users. But I write programs under the terminal with 80 characters, so if I open the taglist window, the left window become very narrow.

This script allow you list all all functions, types, macro definitions in current file with shortcut key, and jump to one of your choise. And you can jump between with .h and .cpp files quickly.

" Usage:
"               <Ctrl-J>    /* list functions */
"               <Ctrl-P>    /* list functions prototype */
"               <Ctrl-K>    /* list types */
"               <Ctrl-N>    /* list macro definitions */
"               <Ctrl-H>    /* jump between with .h/.c files */
 
install details
Put this script in your ~/.vim/plugin directory
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
listtag.vim 0.01 2011-05-27 7.0 Fang xm Initial upload
ip used for rating: 18.188.61.223

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github