In some legacy versions of ReSharper it was possible to alt + enter to insert await to invocation of async method. How to enable this feature in current versions?
alt
enter
await
Example:
dog.WoofAsync(); // alt+enter to insert await
2.1m questions
2.1m answers
60 comments
57.0k users