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
{{ message }}
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
Hi, I wasn't sure where to ask this question - hopefully doing it here is fine.
I was wondering if the flow plugin for vscode would allow adding textual/free text details to type annotations.
Currently, the editor only displays the type definition, but sometime these types would look better if they were accompanied of a free text description explaining for example what a given argument is for.
For example, when there's string types. It's often not super clear how those will be used. So some manually written documentation could go a long way in helping the users of our library gather all the details automatically inside the editor.
The text was updated successfully, but these errors were encountered:
Hi, I wasn't sure where to ask this question - hopefully doing it here is fine.
I was wondering if the flow plugin for vscode would allow adding textual/free text details to type annotations.
Currently, the editor only displays the type definition, but sometime these types would look better if they were accompanied of a free text description explaining for example what a given argument is for.
For example, when there's
string
types. It's often not super clear how those will be used. So some manually written documentation could go a long way in helping the users of our library gather all the details automatically inside the editor.The text was updated successfully, but these errors were encountered: