Thread overview
ctags
Apr 20, 2015
Robert M. Münch
Apr 20, 2015
Justin Whear
Apr 20, 2015
Gary Willoughby
April 20, 2015
Hi, is there anything for D that supports generating tags files like ctags does for C etc. ?

-- 
Robert M. Münch
http://www.saphirion.com
smarter | better | faster

April 20, 2015
On Mon, 20 Apr 2015 20:14:34 +0200, Robert M. Münch wrote:

> Hi, is there anything for D that supports generating tags files like ctags does for C etc. ?

Dscanner: https://github.com/Hackerpilot/Dscanner#ctags-output
April 20, 2015
On Monday, 20 April 2015 at 18:14:34 UTC, Robert M. Münch wrote:
> Hi, is there anything for D that supports generating tags files like ctags does for C etc. ?

I and some others have merged D support into the following fork of exuberant-ctags:

https://github.com/fishman/ctags

This is the most up to date ctags repository I've found so far and it's D support constantly being updated.