Open utrack opened 8 years ago
Hi! Is it possible to override ctags' binary's name for one filetype?
I'm trying to make outline work with Go, and ctags does not support it - however there's gotags project, which generates ctags-compatible data.
ctags
gotags
Technically it kinda works now, however struct members and interface internals are not visible.
It cannot currently. But it is useful for current tags environment. It should be implemented.
Hi! Is it possible to override ctags' binary's name for one filetype?
I'm trying to make outline work with Go, and
ctags
does not support it - however there'sgotags
project, which generates ctags-compatible data.Technically it kinda works now, however struct members and interface internals are not visible.