On Sat, 12 May 2012 21:32:50 -0700 "Suresh Govindachar" <[email protected]> wrote:
> > Hello, > > Tools such as tags, cscope, global, idutils etc. for spelunking code > essentially involve creating an index of the files in the project and using > this index. Tools like vim's :vimgrep work harder without the benefit of an > index. Some of the tools are restricted to C code only (with maybe some > kludged support for C++). And people continue to work at making new > indexers (eg, http://silentbob.sourceforge.net/). > > Anyway, given Vim's connection to google, I am wondering if Bram has ideas > for an indexer that would work nicely with Vim and help spelunk code in > various languages. > > If there aren't already any on-going project with such a goal, Bram please > consider proposing such projects. > Is http://hub.opensolaris.org/bin/view/Project+opengrok/ what you are looking for? Regards, Shlomi Fish -- ----------------------------------------------------------------- Shlomi Fish http://www.shlomifish.org/ Optimising Code for Speed - http://shlom.in/optimise If his programming is anything like his philosophising, he would find ten imaginary bugs in the “Hello World” program. Please reply to list if it's a mailing list post - http://shlom.in/reply . -- You received this message from the "vim_dev" 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
