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.