0

In VS2010 (C++) when I use Shift-F12 to invoke Edit.FindAllReferences(), I expect the F8 key to jump my cursor to the next found reference. It did on my old machine, but I just got a new one and now it does not.

Is there a different keyboard shortcut, or better yet, what is the command to jump the cursor to the next Find Symbol Results item?

(Yes, I tried Google... best I could find is F8 for when you invoke a Find All, and in the case of Find All, it does work, but I want "Find All References". I wouldn't have expected a difference...)

Thanks, Karl

4

1 回答 1

2

F8 适用于我的。你检查你的键盘映射。默认键盘的设置可能不同(安装时,有 VC++2、VC++6 等选项...)

打开工具/选项菜单

选择左侧的环境/键盘

在“选项”对话框中,找到“按快捷键:”文本框。将光标放在该框中,然后按 F8 键。

在当前使用的快捷方式中它的正下方:“Edit.GoToNextLocation(F8 (Global))。

如果没有这样说,您可能需要更改默认键盘映射方案。

于 2013-02-04T22:08:26.970 回答