开发者

F12 like shortcut in Visual Studio to jump from a unit test directly to the code (through the _accessor)

开发者 https://www.devze.com 2023-02-23 21:00 出处:网络
F12 is an awesome shortcut to jump to the implementation of a method/member. Unfortunately when using the Unit Testing from Visual Studio it creates a Class_accessor file and I can\'t jump through i

F12 is an awesome shortcut to jump to the implementation of a method/member.

Unfortunately when using the Unit Testing from Visual Studio it creates a Class_accessor file and I can't jump through it.

So when I press F12 on MyClass_accessor.MyMethod() I'd like to get to MyClass.MyMethod and not the _accessor interface/mock.

Any ideas how to jump from 开发者_如何学JAVAa unit test directly to the code (through the _accessor)

0

精彩评论

暂无评论...
验证码 换一张
取 消