[Gambas-user] comments of autocomplete

Demosthenes Koptsis demosthenesk at gmail.com
Mon Jun 11 09:39:00 CEST 2018


how write in bold? can i use html in these comments?


On 06/11/2018 10:21 AM, Gianluigi wrote:
>
>
> 2018-06-11 6:29 GMT+02:00 Demosthenes Koptsis <demosthenesk at gmail.com 
> <mailto: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
>     ]----
>
>
>
>
> ----[ 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/027f71a8/attachment.html>


More information about the User mailing list