Currently, to navigate a.run() tag, I put the cursor on run and press g], which opens a window with enumerated list of tags for all files that have run(). I have to manually find an option that corresponds to run() in A class. I'd like vim to find that association for me.
It seems that clang has this type of capabilities. it works pretty well with auto-completion (clang_complete).
Is there a plug-in that has this functionality? or how do people go around it?