Hi,
i have installed vim 7.2 and ctags 5.8 and created the tags file with "ctags -R /foopath".
I have many methods that are called with the same name in several classes, so if i put the cursor in a function calling and i execute ":tag" it shows the first of the tags listed. If the i execute ":tn" several times i finally find the method..
So my question is: is there any way to show directly the path where is the class that contains the right method im calling?
Regards
Javi