Skip to content

HoshinoTented/luogu-intellij

Repository files navigation

luogu-intellij

CI Status
CircleCI CircleCI

A luogu plugin on intellij platform.

Stable Version

No, there is no Stable version yet.
I suggest you using the development version that you can get the newest features and fix a lot of bugs.

Features

  • Log in / Log out
  • Problem: Submit code
  • Listen record information
  • Better record UI
  • Paste Board
  • Two Factor Verification

Screen shots

Shortcuts

Shortcut Action
Ctrl + Shift + S Submit Code (current file)

Building and Installation

First, you should configure JDK in proper.
Then, run this code in terminal:

./gradlew build

If you want to get an intellij plugin, please run this code:

./gradlew shadowJar

There is a fatjar that will be generated in the directory build/libs.