views:

9

answers:

0

I'm looking for a way (and maybe a macro isn't the best approach) to jump from one class to a related class much the same way that I can us the go to definition feature. The related class is related like so: In a class called MyStuffController and in a method MyAction I would like to go to the directly related Views/MyStuff/MyAction/MyActionPage.cs. Obviously there is enough information to piece together the string -- but is there a way to easily determine the Action/Method/Function, that is perhaps there is already some built in function that can provide the method name directly where my cursor is located?

Any suggestions welcome.

L-