On Sep 24, 10:34 pm, pansz <[email protected]> wrote:
> Hi vimmers:
>
> When using ctags, I can use :tj foo then press the Tab key to do
> autocomplete.
>
> When using cscope as the symbol database, I cannot use the autocomplete.
> type :cstag foo then press Tab key gives me ^I. is it possible to do
> autocomplete with :cstag database?
>

I don't think this is possible. Maybe with a plugin, but I doubt it.

If I'm wrong though, I'd like to know as well.

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.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to