Munawar Hafiz wrote: ...snip... > We want to know from the C developers (and hopefully future > consumers of our plugin) about features that you would love > to have. This will help us make a better tool for the Vim+C > developer community.
Some features that I'd find useful: - jump to definition or declaration of symbol - list references to symbol - highlight compilation errors/warnings as I edit (asynchronously) - jump to base class (c++) - list derived classes - find various implementations of virtual method - smart completion - be reliable (no heuristics), fast, without using too much memory - automatic code re-indexing as code changes - easy integration with build systems I'm using the vim-rtags plugin which brings several of these features already for c++: https://github.com/lyuts/vim-rtags Regards Dominique -- -- 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 because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
