MoreUnit / org.moreunit.intellij.plugin

MoreUnit IntelliJ Plugin
33 stars 8 forks source link

Add ability to run tests, directly from production code (ctrl+R) #14

Open dylanwatsonsoftware opened 6 years ago

ndemengel commented 6 years ago

Hi @lotsabackscatter,

Sorry for the late answer. Indeed, it would be great to run the test(s) directly from production code, as we implemented it in the Eclipse plugin. I thought I would code it at first, but then I got used to re-run my last test(s) with Shift+F9 so I didn't really need it anymore and no one asked for it before you did :-)

I'll see if I find some time to implement it. After 3 years without really touching that code, it could be pleasant to dive into it again :-)

dylanwatsonsoftware commented 6 years ago

Haha well in that case, you're welcome ;)

Just trying to convert over to IntelliJ but there are just a "nice-to-haves" missing, namely the handy Ctrl+R :)

Didn't know about Shift+F9 though, so I'll definitely use that in the mean time!