Keyboard shortcut to move cursor to last edit position in Visual Studio

后端 未结 10 2346
星月不相逢
星月不相逢 2021-02-12 11:01

In Visual Studio, is there a keyboard shortcut to navigate (move cursor) to the last edited position (like PyCharm\'s Ctrl+Shift+Backspace

10条回答
  •  心在旅途
    2021-02-12 12:06

    Many of the answers mention VisualStudio 2017 or a plugin to VisualStudio 2015.

    I found the following shortcuts in VisualStudio 2015.

    View.NavigateBackward
    View.ForwardBackward
    

    Map nicely to pycharm's

    Last Edit Location
    Next Edit Location
    

提交回复
热议问题