Allow #region blocks to be indented much like they are in C#
In C# you can indent a #region block so that the region flows with the layout of your code. Unless I am missing something, this is not the case in VB.
Example (C#):
public class MyClass
{
+[VARIABLES]
+[PROPERTIES]
+[METHODS]
}
Example (VB):
Public Class MyClass
+[VARIABLES]
+[PROPERTIES]
+[METHODS]
EndClass
52
votes
3 comments
-
David Blaine Fullerton
commented
100% agree.
-
NEBIRE
commented
Then, you simply, change of language. Vb it's Vb, if was equal C#, then don't be VB. Choose....
-
Gregory Gammon
commented
Formatting didn't seem to work on that one :(.