如何在 Resharper Visual Studio Keymap 上通过 Ctrl + D + C 激活调试 CallStack

How to Activate Debug CallStack via Ctrl + D + C on Resharper Visual Studio Keymap

Visual Studio C# 默认键绑定打开调试 window 的调用堆栈。

How do I restore this shortcut, or if Resharper has alternate keys? (Its not visible on their documentation)

一旦我们申请了ReSharper_DefaultKeymap_VSscheme。我无法快速打开调试器 windows。

不幸的是,resharper 似乎没有调试器的任何快捷方式 windows。

https://www.jetbrains.com/resharper/docs/ReSharper_DefaultKeymap_VSscheme.pdf

ReSharper 快捷方式 (CTRL+D) 只能在文本编辑器或 XAML 设计器中用于复制一行。其他 Visual Studio 快捷方式是全局的并且仍然存在。如果它们发生冲突,那么您可以删除或重新映射 ReSharper 快捷方式(在 Tools->Options->Environment->Keyboard 下)。