I ran gtags
in the directory where the source code for Go resides and generated a tag file.
After creating the tag file, I tried to jump the tag using gtags.vim (vim plug-in included with GNU GLOBAL) in vim, but it became Not Found and I couldn't jump well.
Why?
The generation of the tag file seems to have been successful without any errors.
I also tried the global-xr
command, but nothing was displayed.
By the way, gtags do not support Go by default, so we use pygments to analyze them.
Environment:
Arch Linux
GNU GLOBAL 6.6.5
Self-resolved
I forgot to install ctags and
After installing ctags, it works well
574 Who developed the "avformat-59.dll" that comes with FFmpeg?
912 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
572 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
617 Uncaught (inpromise) Error on Electron: An object could not be cloned
© 2024 OneMinuteCode. All rights reserved.