Alessandro Antonello wrote:
>> On 16/06/09 05:03, Alessandro Antonello wrote:
>>
>>> Hi, All!
>>>
>>> I know that commands like ':stselect' or ':stjump' will list all the tags
>>> that
>>> match and will split the window when one is chosen. But, most of the
>>> time I
>>> just need to check the signature of a function or the parameters I
>>> have to
>>> pass. List the tags in the command window isn't good since the
>>> signature of
>>> the function will disappear when I got back in '-- INSERT --' mode.
>>>
>>> There is a way to show the tags search result in a splited window or
>>> the
>>> quickfix window? Having the possibility of see the list of matches while
>>> I am
>>> writing is enough and quick for me.
>>>
>>> Regards,
>>> Alessandro Antonello
>>>
>> If your Vim version is compiled with +cscope (and you have the cscope
>> program installed), you can use that to get lists of answers either in
>> the command window or as a quickfix list, your choice, and you can
>> choose separately for each possible kind of query.
>>
>> See ":help if_cscop.txt", and you may be interested in a recent thread
>> which I started on the vim_dev list, about using cscope with the Vim source.
>>
>>
>> Best regards,
>> Tony.
>> --
>>
>
> Hi, Tony.
>
> I think I am missing something here. Or I am not quite understanding what
> the
> options are. I have the 'cscope' software installed and working. I have
> GVim
> configured and I have some databases made. But I still cannot get the
> result
> to be put in the quickfix window.
>
Hello!
You could try my plugin, cecscope.vim,
http://vim.sourceforge.net/scripts/script.php?script_id=1453 (stable)
http://mysite.verizon.net/astronaut/vim/index.html#CECSCOPE
(cutting edge)
:CSL c will "find functions which call the word under the cursor" for
example. It also has a menu
which works well with gvim. Anyway, :CSL [cmd [word]] does a
local-quickfix type of window.
Regards,
Chip Campbell
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---