Hi, On Fri, Sep 18, 2009 at 8:29 AM, Steven Woody <[email protected]> wrote: > Hi, > I feel happy with ctags except one thing: while I can jump to a > function/variable definition, I can not however get a list for all the > references to the function/variable? How vim gurus do it? >
You need to use cscope or GNU global or Gnu id-utils for this. You can get more information about these tools from the following links: http://cscope.sourceforge.net/ http://www.gnu.org/software/global/ http://www.gnu.org/software/idutils/manual/idutils.html Cscope can be used from within Vim. Refer to the following help topic for more information on this: :help cscope To use GNU id-utils from Vim, refer to the following Vim plugin: http://www.vim.org/scripts/script.php?script_id=251 To use GNU global from Vim, refer to the following page: http://www.gnu.org/software/global/globaldoc.html#SEC26 - Yegappan --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
