[DevExpress Support Team: CLONED FROM T443828: Organize Members - 'Remove existing line breaks' option doesn't work in some cases]
16.1.8.16313: Blank lines are left after one-lined comments.
Before Organize Members:
Visual BasicImports System.IO
Imports System.Text
'Comment 1
Namespace Client
'Comment 2
Module Module1
Sub Main()
End Sub
'Comment 3
End Module
End Namespace
After Organize Members:
Visual BasicImports System.IO
Imports System.Text
'Comment 1
Namespace Client
'Comment 2
Module Module1
Sub Main()
End Sub
'Comment 3
End Module
End Namespace
Hi Ondřej,
Thank you for letting us know about this problem. I have reproduced this behavior locally. You will be notified when we prepare a fix.