Posted 15 years ago
by Janet Dorenkott
Hi - I just downloaded the latest version. There is still a bug where if you have an If Statement line and you haven't yet typed the End If - the intellisense does not work.
For instance;
Dim s As String = ""
If s.Trim() = "" Then
' If I try to type s. here
' nothing happens
BUT, if I close the If with an End If it works
If s.Trim() = "" Then
' now I can type s. and I get the intellisense
End If
This is a great product, I love it, but this is crazy annoying! :-)
Can you get that fixed up in the next version?
Thanks!
For instance;
Dim s As String = ""
If s.Trim() = "" Then
' If I try to type s. here
' nothing happens
BUT, if I close the If with an End If it works
If s.Trim() = "" Then
' now I can type s. and I get the intellisense
End If
This is a great product, I love it, but this is crazy annoying! :-)
Can you get that fixed up in the next version?
Thanks!