Wednesday, December 26, 2012

Re: Search in the C-] tag selection window

Hey,

26 Aralık 2012 Çarşamba tarihinde Woody Wu adlı kullanıcı şöyle yazdı:
Hi,

When I press C-] on a word, and if there word matches more than one
tags, then vim will prompt with a list, I then choice a entry number in
the list before it jumps to the desired destination.

But, in some caess, a word can much many many tags, like I usually met
in Linux kernel code, then it comes so hard to find out what entry is
that I actually want.  Here, I feel it's very good to let do some kind
of search, for example, using a same '/' key.

Is that possible? Or how do you guys do it?


I use tagselect plugin ( which loads the contents of what you struggle with into a buffer that's read only.
 
BTW: I found, the ctags is not smart enough to recognize something like
'struct foo', vim will show you with all the tag named 'foo' other than
the exact struct 'struct foo'.


--
woody
I can't go back to yesterday - because I was a different person then.

--
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


--
Ümit

--
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: