views:

140

answers:

3

Is there a shortcut to stop outlining in Visual Studio?

Do I need to use resharper to accomplish this?

+3  A: 

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.

Jon Seigel
+1  A: 

HotKey is CTRL+M,P. And you can find all outlining functions in Edit - Outlining

msi
A: 

also, you can right click in an editor and choose it from the context menu

Muad'Dib