Andrew McNabb <amcn...@mcnabbs.org> writes: > I recall attendind a PLUG presentation several years ago which discussed > ctags, cscope, and other tools. Since it was so long ago, I can't > really remember anything that they discussed. Does anyone have any > recommendations about using source code tools with Vim? I'm > particularly interested in those that have support for multiple > languages, since I use more Python than C. > > It looks like ctags has good support for a variety of languages, but > cscope has more features overall, and I'm sure I'm not aware of > everything out there.
Apparently you can use this: http://pypi.python.org/pypi/pycscope/ to generate a cscope index of your Python files, and then you cscope and Vim as you would with C. --Levi /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */