BanDroid/acode-online-compiler ? reverse-engineered prompt
Reverse engineered prompt
Build me an Acode Editor plugin that lets me run code from the editor using an online compiler service like CodeX API.
I want to open the command palette, pick a compiler command, paste in any needed input, and then see the program output in a simple dialog. It should work for a single file only, since this is just for quick code checks, and it’s fine if it can’t run local servers or make binaries. Please support the common languages this kind of tool usually handles, like Java, Python, C, C++, Go, C#, and Node.js, and if a language is not supported, show a clear message.
Make the input flow easy enough for normal use, including handling multiple values when the program needs them. Keep the whole thing lightweight and polished for Acode. If you need to look up current docs or API details online, go ahead.
Are you gonna build this?
make sure you review the code using coderabbit