Is there a shortcut to stop outlining in Visual Studio?
Do I need to use resharper to accomplish this?
Is there a shortcut to stop outlining in Visual Studio?
Do I need to use resharper to accomplish this?
You can bind a key to Edit.StopOutlining in the Options dialog (Environment | Keyboard).
It's set on [Ctrl+M, P] by default, at least on my system.
HotKey is CTRL+M,P. And you can find all outlining functions in Edit - Outlining
also, you can right click in an editor and choose it from the context menu