Skip to content

asizikov/AsyncSuffix

Repository files navigation

AsyncSuffix plugin for ReSharper

##CI Statuses

Master Develop Feature
Build status Build status Build status

ReSharper plugin.

Appends 'Async' suffix to Task returning method name.

In action

Description

Custom Async types support

Sometimes you have a type which you want to be treated as asynchronous.

Since v1.2.0 plugin supports custom types:

customasynctype

##Thanks to