Ben Fritz 写道:
> One solution might be to create a custom command that calls cstag, and
> specifying -complete=tag. Then, in addition to using cscope, generate
> a tags file. I'm not sure what that would gain, though (probably
> nothing). I tend to use tags for jumping to definitions, and cscope
> for most other things.

That should work, the problem is to generate the tags file.

The cscope database takes a long time at the first time, and for any 
future update, it is fast, since it only update those changed.

The ctags does not have such an "update database mode", it generates the 
whole database everytime.

When you have 2000+ source files in your source tree, using ctags may 
not be an option, because it takes too long to update the ctags database.


--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to