Visual Basic For Each..Each block stop intellisense from working

SyntaxEditor for Windows Forms Forum

Posted 1 year ago by Gavin Huet
Version: 22.1.3
Platform: .NET 6.0
Environment: Windows 11 (64-bit)
Avatar

Hi,

If I have an object and reference it within a For..Each block the intellisense on the object stops working. The same object outside of the block and you get the full intellisense as expected.

This is from the Sample Visual Basic Add-On Demo project:

Public Sub test

	Dim Node As Xml.XmlNode
	Dim Nodes As Xml.XmlNodeList
			
	For Each Node In Nodes
		' Type "Node." results in only four intellisense options: .Equals; .GetHashCode; GetType; ToString
		'Node.
	Next
			
	' Type "Node." outside of the For Each block and you get full intellisense
	'Node.

End Sub

Gavin

[Modified 1 year ago]

Comments (1)

Answer - Posted 1 year ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Gavin,

Thanks for letting us know about this.  We've fixed it 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.