I want to use Exuberant Ctags on Vista (and probably the XP laptop) at work; no choice about the OS. I\'m use GVim instead of the Flex Builder recommended by my co-worker, becau
The exuberant ctags binary is pre-built and available for download at http://ctags.sourceforge.net/
Now in the command shell you should be able to use the command ctags to generate your tags. To create the tags file:
ctags -R "C:\Documents and Settings\My User\My Documents\My Code"
Since you are using vim, you probably want the taglist plugin (which I would link to if I had enough reputation). You do not need to create the tags file to use this plugin.