GtagsClient plugin is a Vim client to Google Gtags.
Version: 0.11GtagsClient plugin is a Vim client to Google Gtags. With this plugin, you could easily set up many projects in your workstation, and use different Gtags servers in different projects automatically. The only thing you should do is putting a text file named ".gtags" in the project root directory, write the servers' information in this file, one line per server.
License: GPL
Operating System: Linux
Homepage: edyfox.codecarver.org
Developed by:
The description format is:
language,type,hostname,port
For example:
c++,definition,my.server.org,8928
c++,callgraph,my.server.org,8929
python,definition,my.server.org,8930
python,callgraph,my.server.org,8931
Then when you open any files under this directory (including all sub directories), your Vim will use these servers for tags looking up.
About Gtags:
Google Gtags is an extension to GNU Emacs and X-Emacs TAGS functionality, with a server-side component that narrows down the view of a potentially large TAGS file and serves the narrowed view over the wire for better performance.
This plugin is compressed in VimBall format.
Requirements:
· Vim
· Vimball
INSTALLATION:
Then the only thing you should do is just downloading the Vimball, opening it in Vim and typing this command followed by an enter in your Vim:
:so %