Resharper custom patterns change method name
I want to change method signature from public static async Task Load() to public static async Task LoadAsync() How to define a custom patterns in ReSharper? If I understood you correctly, you want to define a custom pattern to change async Task Method() signature to async Task MethodAsync() . If so, this is possible by using Custom Patterns! For this, go to ReSharper's Options, then Code Inspection → Custom Patterns : Click Add Pattern In the new dialog, make sure Replace is selected Type the Search and Replace pattern exactly as they appear in the image below. Depending on your ReSharper