Android Question Autocomplete in classes

wimpie3

Well-Known Member
Licensed User
Longtime User
I know that when you precede a Public Sub in a class with a comment ('), that comment shows in B4A's autocomplete IDE popup whenever you want to call that sub somewhere in your code. But how can we show autocomplete help with a variable that is defined as Public in a class?
 
Top