You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to revive this pull request. I think it might be useful :)
let's decide on the format of comments for describing parameters?
We can then implement comment parsers in the plugin, and the IDEA plugin will use them.
We can describe parameters with a JSON schema or by specifying name:, type:, required:, etc., but that makes each parameter take more than one line, so the description ends up longer than the flow itself. :)
The text was updated successfully, but these errors were encountered:
I want to revive this pull request. I think it might be useful :)
let's decide on the format of comments for describing parameters?
We can then implement comment parsers in the plugin, and the IDEA plugin will use them.
propose the following format:
Where:
<FLOW_DESCRIPTION>
: A description of the flow, optional parameter.<PARAM_TYPE>
:int === number, just an alias
<PARAM_DESCRIPTION>
: A description of the parameter, optional parameter.If you need to describe an object:
We can describe parameters with a JSON schema or by specifying name:, type:, required:, etc., but that makes each parameter take more than one line, so the description ends up longer than the flow itself. :)
The text was updated successfully, but these errors were encountered: