Mike.Sheen wrote:perry wrote:thanks for the plugin
having to type {} increases dev by 8.231%, it is a thing

Having to type "Then" and "End If" as well as "Next", "And" or "AndAlso" - just to get started - more than offsets that.
Come to the light side... free yourself from the burden of VB.Net and join us...
Who types "Then", "End If" and "Next" ? Visual Studio does that for me.
"And" and "AndAlso" are just VB's version of "&" and "&&"; I don't know why they get bad rap (although some folk don't understand the subtle but important difference, or that C#'s equivalents are not *exactly* the same - e.g. you can "Dim e = 3 AndAlso 5" but you can't "var e = 3 && 5").
I use both C# and VB, but I prefer VB in plugins because I sometimes need to explain things to non-programmers, and it's easier for them to read VB than to read C#.
BTW, I'd strongly recommend
https://github.com/dotnet/csharplang/and
https://github.com/dotnet/vblangto anyone interested in the ongoing development of each language.