Diagnostic for functions that are not fully annotated #2294
PinewoodPip
started this conversation in
Ideas
Replies: 2 comments 4 replies
-
I want this really bad! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Please try out the diagnostic |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Sometimes for one reason or another I end up forgetting to fully annotate the params or return values of a function. It would be helpful if there was a diagnostic that warned about functions whose parameters or returns are not fully annotated.
The example below is missing annotations for

rows, columns
params; it would be helpful to have a warning such as "Unannotated parameters: rows, columns"Beta Was this translation helpful? Give feedback.
All reactions