F12 类似于 Visual Studio 中的快捷方式,可从单元测试直接跳转到代码(通过 _accessor)
F12 是跳转到方法/成员的实现的绝佳快捷方式。
不幸的是,当使用 Visual Studio 的单元测试时,它会创建一个 Class_accessor 文件,而我无法跳过它。
因此,当我在 MyClass_accessor.MyMethod() 上按 F12 时,我想访问 MyClass.MyMethod 而不是 _accessor 接口/模拟。
关于如何从单元测试直接跳转到代码(通过 _accessor)的任何想法
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 a unit test directly to the code (through the _accessor)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论