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
When I code I often find myself referring to the specification to understand what fields are available and what they mean. e.g. I have to often look up if glob is part of CommandOutputParameter or a part of the outputBinding field.
It would be a great coding aid to be able to hover over a node and see the sibling fields of the inferred parent type and the documentation for each of the sibling fields. It is also good to be able to to see the allowed types for the value of the field.
The text was updated successfully, but these errors were encountered:
When I code I often find myself referring to the specification to understand what fields are available and what they mean. e.g. I have to often look up if
glob
is part ofCommandOutputParameter
or a part of theoutputBinding
field.It would be a great coding aid to be able to hover over a node and see the sibling fields of the inferred parent type and the documentation for each of the sibling fields. It is also good to be able to to see the allowed types for the value of the field.
The text was updated successfully, but these errors were encountered: