问题描述
使用phpStorm
(jetBrain的产品)后,我只是回到了visual studio 2010
,而我却错过了所有不错的快捷键.我已经在resharper
中安装了visual studio 2010
,但仍然缺少一些不错的功能.我不知道如何在代码中回溯".例如,如果我导航到各种方法定义,然后又想导航回我该怎么做?
I'm just getting back to visual studio 2010
after using phpStorm
(jetBrain's product) and I'm missing all the nice shortcut keys. I've installed visual studio 2010
with resharper
but am still missing some of the nice features. I can't figure out how to "navigate back" in my code. For example if I'm navigating to various method definitions and then I want to navigate back to where I just was how do I do this?
我相信在phpstorm
中,我会按 + + 进行导航,然后按 + + ,如果我想前进的话.它将保留历史,因此我可以一直追溯到我想要的范围.请帮忙.我想念此功能.
I believe that in phpstorm
I would press ++ to go navigate back and ++ if I wanted to go forward. It would keep a history so I could just keep going back as far as I wanted. Please help. I miss this feature.
推荐答案
默认情况下,您可以使用 + 向后导航,并使用 + + .
By default, you can navigate back with + and navigate forward with ++.
如果要更改这些快捷方式,请转到工具"->选项..."->环境"->键盘",然后搜索名为View.NavigateBackward
和View.NavigateForward
的命令,并为其分配新的键盘快捷方式.
If you want to change these shortcuts, go to Tools->Options...->Environment->Keyboard, then search for the commands called View.NavigateBackward
and View.NavigateForward
, and assign them new keyboard shortcuts.
这篇关于在Visual Studio 2010中导航和重新打包的快捷方式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!