S-dom/README.md
2024-05-16 12:45:36 +02:00

1.0 KiB

S-DOM

S-DOM is a plugin for IntelliJ IDEA that allows you to submit your code to the DOMjudge system directly from the IDE. It isn't a full replacement for the web interface yet, but already matches or surpasses the web UI in most tasks.

Features

  • Simple, one-click submissions and feedback (no need for File Explorer or reloading!)
  • View problems and problem statements without leaving your IDE
  • Unobtrusive and integrated
  • Detects the language of submitted files

Potential future features

  • Display how much time is left in a contest or whether it's already over
  • Implement reading detailed results
  • Show scoreboards
  • Maybe even download test cases and scaffold sources

References