I suggest you ...

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
Vote
Sign in
Check!
(thinking…)
Reset
or sign in with
  • facebook
  • google
    Password icon
    I agree to the terms of service
    Signed in as (Sign out)
    You have left! (?) (thinking…)
    Gregory GammonGregory Gammon shared this idea  ·   ·  Flag idea as inappropriate…  ·  Admin →

    3 comments

    Sign in
    Check!
    (thinking…)
    Reset
    or sign in with
    • facebook
    • google
      Password icon
      I agree to the terms of service
      Signed in as (Sign out)
      Submitting...

      Feedback and Knowledge Base