If without Endif still broken

SyntaxEditor for Windows Forms Forum

Posted 14 years ago by Janet Dorenkott
Avatar
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!

Comments (1)

Posted 14 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Janet,

Thanks, yes we'll try and do some improvements on this for the next maintenance release.


Actipro Software Support

The latest build of this product (v24.1.0) was released 1 month ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.