IntelliPrompt not invoked in incomplete if statement

SyntaxEditor .NET Languages Add-on for Windows Forms Forum

Posted 17 years ago by Dan Brown - Head of Development, Oppono Ltd
Version: 4.0.0252
Environment: Windows XP (32-bit)
Avatar
Hi

Not sure if this has already been reported but I cannot seem to invoke the member list drop drown inside an incomplete "If" statement. Hope I am not expecting too much since the line of code is incomplete but Visual Studio manages to do this?

Testing in the sample SyntaxEditor SDI Application:

    Public Class Class1
        Public Shared Function TestFunc As Boolean
        End Function
        Public Shared Sub TestSub 
        End Sub
    End Class

    Public Class Class2
        Public Shared Function TestSub As Boolean
            Class1.TestSub() ' Member list displayed when . typed
            If Class1. ' Member list not displayed . typed

        End Function
    End Class

Comments (2)

Posted 17 years ago by Dan Brown - Head of Development, Oppono Ltd
Avatar
However, it works fine with an opening bracket "(". I figure this is probably left over from the initial C# implementation.

If (Class1. ' Member list is now displayed when . typed

Would be great to get the member list dropdown displayed in VB without the bracket though, our scripting users have very basic programming skills.

Thanks for any help.
Posted 17 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Thanks this is now fixed 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.