I am trying to find a solution for following problems: 1. how can i see all tags in a given project in an ordered way (all the classes, all the members of a given class, etc) ? If I run ctags -R i can create a tags file that contains all tags for my project (builded recursively beginning from the current directory), but those tags are not related or ordered (i cant see directly all the members of a class). I whish for example to see all members for a given class, similar as I see whit taglist. But taglist only processes files one by one, and do not give an overview of ALL the tags in the whole project (directory tree) ! I whish an output like taglist, but from all the data in my tags file generated whit ctags -R, so that I can see in an ordered way ALL the classes, members of classes etc. in my project (and all the members for a given class, etc). And of course I would like to search into this data tree and to fold it...
2. how can i use ctags or omnicppcomplete whith the STL, or whit boost ? I have heard that something in the STL does not "combine well" whit hte exuberant ctags program 3. are there better tools then ctags or cscope for browsing source code ? Something like a c++scope (object oriented cscope) for browsing classes ? Or other code extractor and browsing tools ? --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
