asizikov / AsyncSuffix

Asynchronous methods naming checker for ReSharper
http://asizikov.github.io/2015/08/02/async-suffix-resharper-plugin/
MIT License
18 stars 3 forks source link

Smart suggestion #11

Closed asizikov closed 8 years ago

asizikov commented 8 years ago

For now I just compare the end of the method name with 'Async' string. That method works ok when the suffix is just missing. However in case of typo it will produce ugly method name:

MethodAsyn() -> MethodAsynAsync().