Outlining #region
-
Is there any way to turn off permanenty VS.NET IDE Outlining fature? It creates problem for me in debugging applications. Sonork ID 100:25668
-
Is there any way to turn off permanenty VS.NET IDE Outlining fature? It creates problem for me in debugging applications. Sonork ID 100:25668
I tend to use keyboard shortcuts to manipulate outlining. Ctrl+M,Ctrl+P is a quick way to turn outlining, but it's not "permanant". Tools\Options\Text Editor\C#\Formatting can change the defaults when a file is opened. (At least on VS 2003, not sure about 2002). Burt Harris
-
I tend to use keyboard shortcuts to manipulate outlining. Ctrl+M,Ctrl+P is a quick way to turn outlining, but it's not "permanant". Tools\Options\Text Editor\C#\Formatting can change the defaults when a file is opened. (At least on VS 2003, not sure about 2002). Burt Harris
Thanks, This is available in 2002 as well. Sonork ID 100:25668