A Rider / Resharper Plugin that extends rename refactoring to also rename related tests
./gradlew :buildPlugin
For a given class named Service
it will rename the class named ServiceTests
that reference the class Service
When renaming a method, it will rename related test method, invoking it and containing its name. Note: It's tolerant if Async suffix is not present in the test method.
Based on this template resharper-rider-plugin see its documentation for more details about project structure