An Intellij-Plugin that enables using Moodle directly in the IDE
In programming class in school we get provided with tasks via a Moodle instance. Now that I can use IntelliJ instead of Netbeans (the teachers use Netbeans to grade homeworks) because of my Netbeans-Exporter - I wanted to improve my workflow even more: Getting the task, programming it and submitting it in one program.
This plugin creates a new Toolbar in IntelliJ with an Overview of the contents of a Moodle course and a detailed view of each task. I'm using the official Moodle API.
Currently there is only read access (no submitting yet) and HTML-rendering somewhat works. I'm waiting for the embedded Chromium in IntelliJ to become more widely used so I can use it as well without sacrificing backwards-compatibility too much.