I have noticed that this is in the to-do list of taglist, but this plugin is
not maintained for a very long time.  I think the information provided by
ctags is enough to do this, because gedit have such a plugin using ctags.

I am now using python, maybe C++ in the future.

On Mon, Oct 11, 2010 at 11:42 PM, Marc Weber <[email protected]> wrote:

> 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
>

-- 
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

Reply via email to