Android Question Sub autocomplete help

wimpie3

Well-Known Member
Licensed User
Longtime User
B4A shows the parameters used in your Sub when using autocomplete. But can you also show a little help text in the autocomplete pop-up window, under the parameters, like it is done for some internal libraries? How?
 

DonManfred

Expert
Licensed User
Longtime User
Asuming you have a class which you compile to a library.

B4X:
' bla bla
'bla bla
sub mysubname
end sub
bla bla
bla bla

is the Description for the Sub

Edit: It does work even if not compiled to a Library (normal Subs)
 
Upvote 0
Top