Dear CodeRunner community
I've been using CodeRunner as part of my teaching in a first year Object-Oriented Programming class in Java for a few semesters now
Part of the learning objectives for this course translate into the requirement that students gain skills using IDEs such as Eclipse, for debugging and testing their code. Currently, I've been asking students to write their code in Eclipse, and pasting it in CodeRunner to mark. I've needed to limit access to CodeRunner so students use Eclipse.
However, the obvious problem occurs -- CodeRunner has rigid requirements; so a misspelled method or a package declaration can return errors that confuse and frustrate the beginner student. For them, "the code works in Eclipse, but not in Code Runner".
My question: Is there anything technical prohibiting CodeRunner integration within an IDE?
Ideally this is Eclipse, but any IDE with debugging functionality will do!
The best solution to my teaching problem is to have a button the student clicks to send their code to be assessed from within an IDE. The code is evaluated against test cases and the mark stored; with feedback piped back to the IDE
Thank you
Ken