sponsor Vim development Vim logo Vim Book Ad

vtags : tags file generator

 script karma  Rating 2/2, Downloaded by 1208  Comments, bugs, improvements  Vim wiki

created by
Little Dragon
 
script type
utility
 
description
VTags is a tags file generator, written entirely in Vim.

It currently supports only the PHP and Vim languages, but adding a new
language should be trivial.

The speed is not one of the best around yet, but I'm working on this.

This one being the first release, it's quite in alpha stage. The
language definitions are experimental, to verify that the parsing engine
works. The parser only works on full lines, so if a line contains more,
say, function definitions, only the first one will be taken. I will be
working on supporting multiple definitions in one line, but _after_
I get the speed fixed :)
It's the first unstable slow alpha testing thing. Be kind with me ;)

Any feedback would be very much appreciated.

Requires: vimscript #338 (vtags_def)
 
install details
1. Get the vtags_def.vim script, containing language definitions.
2. Get this script.
3. Source them both, in the following order:
   :source vtags_def.vim
   :source vtags.vim
 

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
vtags.vim 0.1.1 2002-07-11 6.0 Little Dragon Fixed some Windows bugs.
ip used for rating: 18.224.33.107

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