Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

Auto-indentation/completion for short property declarations?

$
0
0

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.


Viewing all articles
Browse latest Browse all 1764

Trending Articles