code action for return type generation #3486
scarf005
started this conversation in
Enhancement
Replies: 2 comments
-
for now there is an inlayhint setting.. where you can double click on the hint to insert the annotation. |
Beta Was this translation helpful? Give feedback.
0 replies
-
We were looking to add a code action to insert as well. |
Beta Was this translation helpful? Give feedback.
0 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.
-
return type of some function can be automatically inferred. for example:
It would be useful to have a code action that adds inferred return type to function definition.
Beta Was this translation helpful? Give feedback.
All reactions