Re: dscanner --ctags: local variables, functions, ... are now shown in vim/neovim Tagbar

2018-12-17 Thread David via Digitalmars-d-learn
On Monday, 17 December 2018 at 08:56:07 UTC, Laurent Tréguier wrote: I think that's not possible right now, D-Scanner skips over body functions and unittest blocks to not clutter the tags with potentially lots of local names. A pity; nevertheless many thanks for coming back on it!

Re: dscanner --ctags: local variables, functions, ... are now shown in vim/neovim Tagbar

2018-12-17 Thread Laurent Tréguier via Digitalmars-d-learn
On Sunday, 16 December 2018 at 09:59:12 UTC, David wrote: I am wondering how I could display (nested) local variables and functions in vim's tagbar (majutsushi/tagbar) using dscanner? So far I only see gloable variables, functions, ... === script.d == import std.stdio; enum

dscanner --ctags: local variables, functions, ... are now shown in vim/neovim Tagbar

2018-12-16 Thread David via Digitalmars-d-learn
'struct', \ 'u' : 'union', \ 'T' : 'template', \}, \ 'scope2kind' : { \ 'enum' : 'g', \ 'class' : 'c', \ 'struct': 's', \ 'union' : 'u', \ 'template' : 'T', \ }, \ 'ctagsbin' : 'dscanner', \ 'ctagsargs' : ['--ctags'] \ }

Re: ctags

2015-04-20 Thread Justin Whear via Digitalmars-d-learn
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

ctags

2015-04-20 Thread Robert M. Münch via Digitalmars-d-learn
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

Re: ctags

2015-04-20 Thread Gary Willoughby via Digitalmars-d-learn
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