The function for automatically folding code properties is neat AFTER you all have developed your properties, but while you are still editing them, I think this function is REALLY annoying.
How can you turn it off?
(I'm in VS2008, if that matters)
Edit: I'm not talking about the properties window ... I'm talking about properties in the code.
Private _firstName As String Public Property FirstName() As String Implements IPerson.FirstName Get Return _firstName End Get Set(ByVal value As String) _firstName = value End Set End Property
displayed as
Public Property FirstName()...
From the EDIT menu, select OUTLINING, STOP OUTLINING. You can also use the keyboard shortcut CTRL + M, CTRL + P.
, , "" DevX Refactor VB, . , :
. Ctrl + M, Ctrl + M , . Ctrl + M, Ctrl + P . Outlining, . - , VS 2005 ( 2008), regedit. VS 2005 , . , -, , . , , . . Ty.
When the window is open, click on the pin in the upper right corner (middle icon between the X arrows and the down arrow). When you're done, click it again to turn on the auto-hide feature again.
Source: https://habr.com/ru/post/1698585/More articles:Printing in VB.Net/C# Forms - Designer Layout? - c #Visual print design for .NET - designLINQ to SQL concurrency context - looks like a clean application with the correct version of strings - .netASP.Net providers from a web server in DMZ - architectureNeko and haxe.Timer.delayed () - haxeXPath in C # code for WPF - c #How to get HTTP proxy configuration in Java - javaПочему Convert.ToDouble(строка) раунд? - stringHow to compile Flex in Visual Studio 2005/2008? - cИконка Фон на IE6 - internet-explorer-6All Articles