
Hi,
Noticed that if I have a method that has a ByRef parameter in VB.Net, the intellisense in the Syntax Editor does not show the "ByRef" part.
In older versions of the Syntax Editor this did work, but I am unsure when it changed.
Regards
Gavin
Hi,
Noticed that if I have a method that has a ByRef parameter in VB.Net, the intellisense in the Syntax Editor does not show the "ByRef" part.
In older versions of the Syntax Editor this did work, but I am unsure when it changed.
Regards
Gavin
Hi Gavin,
When I run our SDI Code Editor demo, load VB.NET and paste in the following code, hovering over the Bar method call shows the ByRef ok:
Class Foo
Sub Bar(ByRef arg As String)
Bar()
End Sub
End Class
Do you not see the same? Can you tell us how to reproduce what you see? Thanks!
Hi,
This behaviour is reproduceable if you have an external assembly loaded that has a ByRef parameter in a method.
I can send you a screenshot if you need it.
Thanks
Gavin
Email has been sent to the support @ actiprosoftware address. Ticket Number: 2D5-2F2D4750-0004
This has two screenshots:
On the left is the script editor and on the right is the source code.
Gavin
[Modified 2 months ago]
Please log in to a validated account to post comments.