preservim / tagbar

Vim plugin that displays tags in a window, ordered by scope
https://preservim.github.io/tagbar
Other
6.09k stars 484 forks source link

does not support golang #852

Closed pinggit closed 1 year ago

pinggit commented 1 year ago

I have gotags, uctags installed, but still I got:

E73: Tag stack empty

% which gotags /opt/homebrew/bin/gotags ~ % which ctags /opt/homebrew/bin/ctags ~ % ctags --version Universal Ctags 6.0.0(2149d235), Copyright (C) 2015-2022 Universal Ctags Team Universal Ctags is derived from Exuberant Ctags. Exuberant Ctags 5.8, Copyright (C) 1996-2009 Darren Hiebert Compiled: Apr 8 2023, 05:22:49 URL: https://ctags.io/ Output version: 0.0 Optional compiled features: +wildcards, +regex, +gnulib_fnmatch, +gnulib_regex, +iconv, +option-directory, +xpath, +json, +interactive, +yaml, +case-insensitive-filenames, +packcc, +optscript

How to make tagbar display tag pane for golang?

pinggit commented 1 year ago

I guess I overlooked sth. it actually works. please ignore. thanks for the wonderful tool.