Posted 17 years ago by Nik Verkhovtseff
Version: 4.0.0241
Avatar
Hi,

I've noticed some defects in IntelliPrompt for VB.NET, when I've typed the code below in SDI Editor:

Dim s As String = "Hello"

With s
    Console.Write(.ToString())
End With
            
For Each c As Char In s
    Console.Write(c.ToString())
Next c
1. Member list for local variable 's' doesn't appear inside 'With' statement if I type a dot - I believe there should be members of System.String.
2. A dot before "ToString" (inside 'With' statement) is highlighted as error.
3. There's no Quick Info or member list for loop variable 'c' inside 'For Each' statement.

Thanks,
Nik

Comments (3)

Posted 17 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Thanks Nik,

All three of these are now fixed for the next maintenance release.


Actipro Software Support

Posted 16 years ago by Debby Schuster
Avatar
Hi,
I am using the most recent version of the syntax editor and I noticed that intellisense doesn't work in the "with" in VB.NET. You mentioned it was fixed in the next release, but has the release come out yet?

Thanks,
Gary
Posted 16 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Thanks Gary,

We must have changed something that broke this in a previous release. It's been fixed for the next maintenance release.


Actipro Software Support

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

Add Comment

Please log in to a validated account to post comments.