I am trying to use the new comment link feature, but maybe I'm getting the syntax wrong.
I've added a comment to a method in the Main module of the project:
The intellisense for Method1 just says (Invalid description) in both b4A and b4J
I'm using B4J 8.5 and B4A 10.2, so I may be out of date with the absolute latest versions.
I've added a comment to a method in the Main module of the project:
B4X:
'Testing link: ide://goto?Module=Main&Sub=Method2
Private Sub Method1
End Sub
'This is method 2
Private Sub Method2
End Sub
The intellisense for Method1 just says (Invalid description) in both b4A and b4J
I'm using B4J 8.5 and B4A 10.2, so I may be out of date with the absolute latest versions.