On 12 March 2010 00:58, Aman Jain wrote: > I would like to know what plugins are most useful while > writing C++ code. I am currently using trinity which is > a combination of Taglist, Source Explorer, NerdTree. > > I can see the definitions and all that simple stuff. > > But what seems to be lacking here is the understanding > of C++ inheritance structure. > > For example, if I am about to declare an object for a C++ > class, I want to know what is the class hierarchy, i.e. > which class was the base class, how many classes have > been derived from this particular class, and stuff like > that.
Maybe a documentor would help. E.g. doxygen: http://www.stack.nl/~dimitri/doxygen/index.html And an example: http://xerces.apache.org/xerces-c/apiDocs-3/hierarchy.html --Antony -- 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
