I don't know who is working on that. But I can give you a tip I use in C++: I use cscope and the cscopequickfix option, which enables me to cycle on virtual methods with :cnext and :cprevious. Using the plugin cscope_map.vim, I think you can tweak your vimrc to get what you want.
On Mon, Oct 5, 2009 at 12:52 PM, Mikalai Chaly <[email protected]> wrote: > Hello, vim developers. > > I'm trying to figure out how "jump to tag" function can be improved. > In C# project with multiple overridden virtual methods original Ctrl-] > behaviour is not very useful. > > So, I've reviewed todo.txt file and found the following action item marked > with "8": > > "Use a mechanism similar to omni completion to figure out the kind of tab > for CTRL-] and jump to the appropriate matching tag (if there are > several)." > > Is there a way to find out who is working on this, if any? I'd like to help > to implement > and/or test this functionality. > > Sincerely, > Mikalai > > > > > > > -- Christophe-Marie Duquesne --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
