prodot / ReCommended-Extension

Code analysis improvements and context actions
Apache License 2.0
59 stars 11 forks source link

Add support for suggesting Async suffix in a method name #53

Closed DevEngineReq closed 4 years ago

DevEngineReq commented 4 years ago

ReCommended-Extension should suggest me to add the Async suffix to an asynchronous method name

michael-damatov commented 4 years ago

"Asynchronous method" is a bit confusing here:

The effort of adding such a feature to the "ReCommended Extension" definitely outweighs the potential benefits. Please, take a look at other extensions.

Side note: Historically, the "Async" suffix was added to new awaitable methods (that return Task or Task<T>) to distinguish between older non-awaitable methods. When designing new classes, which consist only of awaitable methods, what is the added value making all method names simply longer?