tags:

views:

71

answers:

2

Hi all

Can someone recommend a good plugin for browsering the functions and variables of sources files in Gvim?

Best Regards,

+1  A: 

One of the most popular ones is TagList. It provides simple and intuitive way to browse automatically updating list of tags in a buffer. There are also less popular alternatives like Source Explorer or ttags, but I recommend to try TagList first. It's simple to use yet powerful, and probably fits your demands.

ib
A: 

Hi

Vim is provide very fast and powerful way to navigate in big code base.

Read about :

  • Ctags
  • Cscope
  • OmniComplete

Here i have written a brief about how to use cscope and ctags with Vim.

sat