简体   繁体   中英

Shortcut to Navigate back in visual studio 2010 and resharper

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?

I believe that in phpstorm I would press Ctrl + Alt + Left to go navigate back and Ctrl + Alt + Right 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 Ctrl + - and navigate forward with Ctrl + Shift + - .

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.

在 Resharper 2020.02 中,分别是Alt +向左箭头在“时间”中返回, Alt +向右箭头分别向前。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM