farazdagi / vim-go-ide

Ready to use, fully configured for Go development.
576 stars 290 forks source link

What about tags? #2

Closed liuhewei closed 9 years ago

liuhewei commented 9 years ago

Actually it's not an issue report but a suggestion. Your work is very useful, so thanks for this sharing firstly :) But, what about the tag-list? I want to see the functions, packages, variables showing on right or left side, for example, just use tagbar as suggested in vim-go. I wonder why this feature is missed in your work...

farazdagi commented 9 years ago

Nice suggestion. I will definitely look into this. Thanks!

icochico commented 9 years ago

Great work!

farazdagi commented 9 years ago

done: https://github.com/farazdagi/vim-go-ide/commit/26581ac801a07bded4d13460db7464ef3962e314

For those who will want to use it please note that you need to install exuberant ctags (simple brew install ctags-exuberant on OSX)