AutoComplete procedure descriptions through comments
Posted: Wed Jan 28, 2015 4:12 pm
It would be incredibly useful to have the ability to create AutoComplete comments in Procedures, Variables, #Constants and more.
Currently when a build-in procedure is typed you are able to get a small description:

However it is currently not possible to add these to your own procedures.
The syntax is completely up to the developers, I simply hope we will one day see this feature.
Thank you so much for all your hard work!
Currently when a build-in procedure is typed you are able to get a small description:

However it is currently not possible to add these to your own procedures.
Code: Select all
Procedure.l Prt(Origin$, Message$) ; This is a tailbite single-line description comment.
; brief: Logs an error message. Do not use directly, instead use the GError Macro.
; param: Origin$
; Information origin and class information.
; param: Message$
; The message describing the event.
; return: Length of message.
Procedure.l Prt(Origin$, Message$)
Thank you so much for all your hard work!