Intellisense Custom Function Parameter Notes
planned
E
Everett Cass
With built in functions such as system.date.addHours there is custom notes under the parameters as well as the data type. Is it possible to add this capability to customized functions. As of right now there is capability to add a description for custom functions in intellisense, but not to the parameters or returns segments.
Log In
P
Paul Griffith
planned
We're planning to parse function comments that follow Google's style guide to enrich these autocomplete parameters in the future.
l
lionel MAZEYRAT
Paul Griffith: it will be perfect if you can add a context menu to generate comments that follow Google's style docstring body.
With this, no more excuse to let script function without comments !