Friday, October 1, 2010

Re: cscope for directory names with spaces

> Did not know about that, but I have a lot of functions invoked and written
> like this. This gets me the feeling that cscope is really such a poor tool.

Not going to discuss the usefulness of whitespaces in project names, I
would say it is impossible to create proper C++ code parser without
writing a considerable part of C++ compiler. This might be not the
case for plain C, nevertheless most tools use some or another sort of
heuristics instead of proper parsing.

Usually I use exuberant ctags, cscope, and GNU GLOBAL alltogether. To
use the latter within Vim, set csprg to gtags-cscope and do "cs add"
for GTAGS file.

--
You received this message from the "vim_use" 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

No comments:

Post a Comment