After “Go to Definition”, is there a command to re

2019-01-21 06:38发布

If so, is it a stack?
That is, can I:
GoToDefinition
GoTODefinition
GoToDefinition

and then pop back up the call stack?
None of the Edit.GoTo... commands do what I am looking for.
TIA.

8条回答
Emotional °昔
2楼-- · 2019-01-21 07:12

A third party tool like ReSharper would give you the functionality you require.

It is "da bomb!"

Navigation in the Solution explorer is a thing of the past.

Kindness,

Dan

查看更多
女痞
3楼-- · 2019-01-21 07:14

The correct way to navigate this stack is with View.ForwardBrowseContext and View.PopBrowseContext commands. In the default C# schema they are bound to Ctrl+Shift+7 and Ctrl+Shift+8 respectively.

查看更多
登录 后发表回答