F12 类似于 Visual Studio 中的快捷方式,可从单元测试直接跳转到代码(通过 _accessor)

发布于 2024-10-31 16:35:32 字数 264 浏览 4 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文