vtags : tags file generator
script karma |
Rating 2/2,
Downloaded by 1327 |
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
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.118.149.213
|