Selection expansion works strange, when I try select expand #Region
And there are Sub starting with comment lines
see screencast https://www.screencast.com/t/Oklu2a0cMw
Code example:
Visual BasicPublic Class Form1
#Region "Oper"
Private Sub btnOper_Click(sender As System.Object, e As System.EventArgs)
'Beep()
'load
DoSomething()
End Sub
#End Region
#Region "Customer"
Private Sub btnCustomer_Click(sender As System.Object, e As System.EventArgs)
'load
DoSomething()
End Sub
#End Region
Private Function MethodName() As Boolean
End Function
End Class
Hi Robert,
Thank you for your report. I have reproduced this issue locally. We will fix it in our future builds.