Hi,

I do lot of code browsing uising cscope & ctags. Since I work with
huge source trees, ctags and cscope take a long time for each query.
Since the tag and cscope database dont change very frequently, I was
thinking of dumping the taglist/cscope entries to a vim buffer and
browsing it. This would reduce the time required to lookup frequently
used identifiers etc.

Is there any way by which I can redirect the matching tag list or
matching cscope entries to a buffer?
If so, is it possible to open the buffer with the tags list/cscope
similar to file explorer? That is, pressing enter when the cursor is
under tag entry should open the source file containing the tag/cscope
entry in another buffer.

Thanks..

Reply via email to