[Gambas-user] comments of autocomplete

Gianluigi bagonergi at gmail.com
Mon Jun 11 09:21:54 CEST 2018


2018-06-11 6:29 GMT+02:00 Demosthenes Koptsis <demosthenesk at gmail.com>:

> hello,
>
> when we write a gambas function in editor the autocomplete system shows a
> preview of the function with comments from the help wiki.
>
> in my library functions can i add comments which they are been shown on
> autocomplete.
>
> For now only the function declaration is shown without any help comments.
>
> Thanks Dim
>
>
>
In the Component Class modules, this is done as follows:

'' Explain what the property does
Property Goofy as String

'' Explain what the routine does
Public Sub Foo()
  ...
End

It could also be the same for libraries

Regards
Gianluigi


>
> ----[ Gambas mailing-list is hosted by https://www.hostsharing.net ]----
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/user/attachments/20180611/0a774de4/attachment-0001.html>


More information about the User mailing list