D support in Exuberant Ctags 5.8 for Windows
Brian Schott via Digitalmars-d
digitalmars-d at puremagic.com
Wed Nov 12 12:33:31 PST 2014
On Tuesday, 11 November 2014 at 18:44:23 UTC, ANtlord wrote:
> I want to ask about Dscanner. Does it provide same formats as
> ctags. I use ctags with --excmd=pattern --fields=nksSa and
> output with them is different of Dscanner's output with key
> --ctags.
The ctags output is implemented in this file:
https://github.com/Hackerpilot/Dscanner/blob/master/src/ctags.d.
It's less than 200 lines long so you should be able to modify it
easily.
More information about the Digitalmars-d
mailing list