Hello team,
I wonder if it might be possible to enable not having auto-indentation when using the short-form property declarations in VB.NET, such as:
Public Property Foo() As String
When there is no code and "End Property" construct, Visual Studio does not indent that code, leaving it as a complete default getter/setter. In SharpDevelop, this will confuse the auto-indentation because it expects an "End Property" and does not account for the short-form declaration.