d2tags - converts DMD2's JSON output to Exuberant Ctags format

MIURA Masahiro echochamber at gmail.com
Thu May 6 21:24:44 PDT 2010


On 05/07/2010 01:36 AM, Robert Clipsham wrote:
> I love it! I don't suppose you have a guide for how to get it set up and
> working in vim do you? I've never managed to get ctags working, even
> with C/C++ :/

The only tag-related configuration in my Vim setup is:
set tags=./tags;
in ~/.vimrc (Note the semicolon: it makes Vim look for tags file upward 
to the root directory).


More information about the Digitalmars-d-announce mailing list