vim-php-namespace icon indicating copy to clipboard operation
vim-php-namespace copied to clipboard

Is it possible to use gtags instead of ctags?

Open xbot opened this issue 1 year ago • 1 comments

The file size generated by ctags is way bigger than that of gtags, not to mention that gtags provides more features than ctags.

I finally managed to replace ctags with gtags in my Vim setup, only except this plugin. So is it possible to make gtags as an alternative to ctags?

xbot avatar Aug 30 '22 15:08 xbot

This plugin uses VIM's native support for ctags, but theoretically it should be possible to support gtags too.

If you want to give it a try, you will need to change the call to taglist() here, and the call to ptjump here.

arnaud-lb avatar Sep 03 '22 10:09 arnaud-lb