VB.NET comments wrapping
Hello,
I'm using ReSharper 4.1 with VB.NET code and have a problem where the following code:
Dim s As String 'declare variable
After reformating changes to this:
Dim s As String
'declare variable
I will like to keep the comments in the same line of code. The problem can be reproduced with the default profile and I tried changing some options but nothing seemed to help.
Has someone experienced the same problem or know how to fix it?
Thanks.
Please sign in to leave a comment.