VIM: Browse for symbol? how?

2.4k Views Asked by At

I've looked in several plugins (FuzzyFinder/YouCompleteMe/Command-T/ctags) and they all give me almost what I want... and I'm sure it's in one of them and I cannot find it..

I want is a drop down menu (like command-t.. fuzzyfinder) so I can grep for a specific symbol (even generated by ctags). For example look for class Worker and it would give me all symbols that contain Worker in them.. (functions even etc..)

Anyone? even using YCM's GoToDefenition would work if I could give it input..

Thanks.

1

There are 1 best solutions below

0
On

:help tags and :help ctags tell you everything you need to know about tags in general and ctags in partular. Which is already a lot, without messing with plugins:

:tag Worker