Closed VBAndCs closed 4 years ago
I don't do the formatting, I copy it from C# and then call Normalize. The problem is after an _ the formatting code does not work correctly and there is a open issue against Roslyn. I will see if there are any manual improvements I can do.
fixed in 4.2.11.0 converter 3.3.0.0
C#
VB:
This declaration: 'Dim result As Type = Nothing' is wrong, since Type is the first param type, and you need the second param type. Try it with know methods to reproduce it.
And by the way, I hope you format the separated lines as in the function param list , by adding some taps to start of each line.