cscope_dynamic : quick automatic dynamic cscope updates
script karma |
Rating 22/18,
Downloaded by 1240 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Eric Garver |
|
script type |
utility |
|
description |
A Vim plugin that enables very fast automatic cscope database updates for C/C++
codebases. It accomplishes this by using two cscope databases; a large one, and
a small one. When a file is written it is moved to the small database, which
can update in a matter of seconds - often sub-second. The file is then removed
from the large database to avoid duplicate cscope query results. Subsequent
writes to the same file only trigger a small database update. The initial move
from the large to small database is a one time cost. This works well because
you're often only modifying a subset of files at a time.
See bitbucket[1] or github[2] for more information and current development.
[1] https://bitbucket.org/ericgarver/cscope_dynamic
[2] https://github.com/erig0/cscope_dynamic |
|
install details |
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.16.160.142
|