Monday, October 11, 2010

Re: class browser in vim?

Hi lainme,

tag files usually don't contain this information (*).
Everything which is not included in tag files is hard to do in VimL
without external helper applcations because VimL turns out to be slow.

For Java maybe Eclim has a solution.

(*) If you're lucky then ctags is creating /.../ search patterns in the
tag files which tend to contain the "extend Class" text.
So using this (incomplete) info can be used to build up trees quick &
dirty without much effort.

If you talk about the programming language your working with people may
find it easier to help you.

Marc Weber

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: