Download this extension from the VS Marketplace
The easiest way to analyze and fix method names for asynchronous methods.
See the change log for changes and road map.
- Fix Async Method Names
If there is any asynchronous method violating the naming convention then the analyzer will show a warning and the lightbulb to fix it.
Clicking on the lightbulb or pressing Ctrl + .
will show the fix with preview.
Pressing return will apply the fix and rename the method at all places.
For cloning and building this project yourself, make sure to install the Extensibility Tools 2015 extension for Visual Studio which enables some features used by this project.