wenlongche / SrcExpl

A (G)Vim plugin for exploring the source code definition(s) and contextual lines with a split window.
https://www.vim.org/scripts/script.php?script_id=2179
184 stars 59 forks source link

suggestions #2

Open idning opened 10 years ago

idning commented 10 years ago

I like the context window very much

but I have some suggestions:

  1. why don't you use cscope, bug ctags??
  2. why do you generate ctags file in the source file dir, but not the top dir. (this is bad in large projects) see here http://asciinema.org/a/6582 when I open util/concurrency/mvar.h, and user SrcExpl the current dir change to 'util/concurrency' , I don't like it
  3. conflict with quickfix window, (I can see both window)

I will try to improve it.

idning commented 10 years ago

and it make vim some slower.