Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.36 KB

README.md

File metadata and controls

31 lines (17 loc) · 1.36 KB

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