Is there a vim plugin that allows you to place the cursor over a function and have a plugin run a script that searchs a tag or some other entity for where that function is defined. Or perhaps it provides a list of places where that function is defined? Specifically I am looking for a C/C++ based plugin.
Share
You want ctags, which supports many, many languages beyond C. It will show you the definition of the function or variable under the cursor.