Shougo / unite-outline

outline source for unite.vim
http://d.hatena.ne.jp/h1mesuke/20101107/p1
152 stars 41 forks source link

Override ctags binary #64

Open utrack opened 8 years ago

utrack commented 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.

Technically it kinda works now, however struct members and interface internals are not visible.

Shougo commented 8 years ago

It cannot currently. But it is useful for current tags environment. It should be implemented.