await code fix / analyzer enhancement #60285
Unanswered
TonyValenti
asked this question in
Ideas
Replies: 1 comment 2 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.
Uh oh!
There was an error while loading. Please reload this page.
Today, if you have a method like this:
and you type "await " in the body of the method, the signature of the method automatically changes to include "async" so that it reads as so:
This is great but it would be even better if a few other changes would happen:
All reactions