C
Chris Dunaway
If you right click on a variable, sub, or function name and choose 'Go
to Definition', it will take you to the code for that item.
What I would like to be able to do is right click on a sub or function
declaration and have it display a list of places in my project where
that is being called from.
I figure I would need a macro to do this but what namespaces
(Reflection? etc.) would be used to determine the callers of a method?
Thanks,
to Definition', it will take you to the code for that item.
What I would like to be able to do is right click on a sub or function
declaration and have it display a list of places in my project where
that is being called from.
I figure I would need a macro to do this but what namespaces
(Reflection? etc.) would be used to determine the callers of a method?
Thanks,