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

后端 未结 10 2356
星月不相逢
星月不相逢 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 11:59

    You can do Ctrl + z, Ctrl + y.

    This does an undo/redo, so your code will not be affected, but your code window will be moved to the last edit location.

    I have Visual Studio 2010, and this does the trick for me.

提交回复
热议问题