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

MIURA Masahiro echochamber at gmail.com
Thu May 6 20:12:51 PDT 2010


On 05/07/2010 01:48 AM, Andrei Alexandrescu wrote:
> I wonder if this is of enough general utility to warrant inclusion
> within the D distribution, along with rdmd. Thoughts?

That's my pleasure, actually!

> One small suggestion, Masahiro: you may want to replace the file reading
> loop in main() with simply std.file.readText(args[1]).

Done, thank you for the advice.


I'm considering an enhancement:  "d2tags <DIRECTORY>" reads
all JSON files in the directory.  However I'm not sure if it
should recurse into subdirectories.


More information about the Digitalmars-d-announce mailing list