"Dominique Pelle" <[email protected]> wrote : > As far as I know, there is unfortunately no solution > yet for this. It's been discussed in this mailing list > a couple of times. It's the feature that I would like > most when developing in c++ with Vim.
In my C&C++ suite and in my lh-tags experiment (*), I already have the bricks to build upon in order to implement such a beast (I just lack time). In lh-cpp/AnalysisLib_Function and gotoimpl autoload/API plugins, there are functions able to parse the signatures of C++ functions, and build a robust (regarding comments, multiple lines, and optional parameter names) (but slow to match) regex ready to use. lh-tag is already able to propose to select which exact tag we are interested in. However, at this time I use the default search command as defined by ctags. With a customizable hook, it should be possible to use the overloads-aware regex from gotoimpl. I'll try to upload the latest version of the scripts this week-end, in case someone is tempted to play with them. (*) NB: I've never used the other tags related plugins, my experiment is likely to be redundant with them in many places. -- Luc Hermitte http://lh-vim.googlecode.com/ http://hermitte.free.fr/vim/ --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
