martinskuta / TestingAssistant

Resharper and Rider extension that helps you navigate your tests (Go to test and back). Also extends rename functionality of Resharper to keep you test methods and test classes up to date.
MIT License
4 stars 0 forks source link

Possibility to create new test class if not exists, please #5

Open vdasus opened 1 year ago

martinskuta commented 1 year ago

Hi, this is planned, but it is not so simple, because it involves creating of a custom popup dialog, which I still didn't figure out how to make it work for both Rider (Kotlin UI DSL) and R# (WPF). If you have any pointers to docs or link to sample code that would be highly appreciated.

vdasus commented 1 year ago

Hi, this is planned, but it is not so simple, because it involves creating of a custom popup dialog, which I still didn't figure out how to make it work for both Rider (Kotlin UI DSL) and R# (WPF). If you have any pointers to docs or link to sample code that would be highly appreciated.

https://github.com/testcop/Resharper.TestCop

great extension, but not updates quickly enough after resharper update. (At this moment unavailable for current resharper, wait for a ~one-two weeks to install)

martinskuta commented 1 year ago

Resharper TestCop is great, but it doesn't work in JetBrains Rider. Testing assistant has to work for both Resharper and JetBrains Rider, which is easy for backend code, which is C#, but the UI is different and I still haven't figured that out.