TMC-IntelliJ is the IntelliJ IDEA plugin for University of Helsinki's TestMyCode framework. TestMyCode is used by various online programming courses for exercise testing and submitting.
The plugin is available to be downloaded through the Jetbrains plugin repository.
Once you have the code on your local environment:
File
-> Project Structure
.New...
button to choose the Plugin SDK.Modules
section of Project Structure
that the SDK is the same in both tmc-intellij
and tmc-plugin-intellij
modules (Dependencies
tab).View
-> Tool Windows
-> Event log
.Now everything should be ready and all the code compilable.
Note, again, this is just if you want to develop it. If you actually want to use the plugin to submit your course exercises, then you might want to refer to the instructions above about the alpha version.
Run
-> Run
. IntelliJ IDEA should open up a small window suggesting to edit configurations. Click that.+
icon at top left and choose Plugin.A new window for IntelliJ IDEA will open up and the Plugin will be active in that window so you can test out the TMC functions as you wish.
New releases may be uploaded to: https://plugins.jetbrains.com/plugin/8551
This plugin was developed for RAGE team of the department of Computer Science in University of Helsinki during course Software Production Project, Summer 2016.