EmmyLua / IntelliJ-EmmyLua

Lua IDE/Debugger Plugin for IntelliJ IDEA
https://emmylua.github.io
Apache License 2.0
1.72k stars 287 forks source link

Testing infrastructure #505

Open neopaf opened 1 year ago

neopaf commented 1 year ago

Currently in Java world we have integration with JUnit testing infrastructure, described here. Which includes

Please consider implementing [some of] this?

Снимок экрана 2022-10-31 в 13 48 38 Снимок экрана 2022-10-31 в 13 49 05 Снимок экрана 2022-10-31 в 13 50 06

CppCXY commented 1 year ago

This is a good idea, but some things may not go your way. Emmylua hasn't had feature updates for a long time. And due to indexing bugs, there has been a flood of bad reviews in the plugin space. We are working on re-implementing Emmylua using Rust.

image

neopaf commented 1 year ago

This is always tempting to react to floods ;)

But we're using your marvellous plugin and ignore stupid indexing bugs, they are not affecting us in the least.

I've hacked up something to survive for now: https://github.com/neopaf/IntelliJ-EmmyLua/issues/2

Put some screenshots there. Few lines of code, pretty useful.

But nowhere near as good as JUnit integration....