Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hoshinotented/luogu-intellij
Luogu plugin on IntelliJ Platform
https://github.com/hoshinotented/luogu-intellij
intellij-plugin kotlin luogu
Last synced: 2 months ago
JSON representation
Luogu plugin on IntelliJ Platform
- Host: GitHub
- URL: https://github.com/hoshinotented/luogu-intellij
- Owner: HoshinoTented
- License: gpl-3.0
- Created: 2019-08-07T16:09:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-06T08:24:36.000Z (almost 5 years ago)
- Last Synced: 2024-10-09T18:51:37.762Z (3 months ago)
- Topics: intellij-plugin, kotlin, luogu
- Language: Kotlin
- Size: 1.8 MB
- Stars: 11
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# luogu-intellij
[![](https://img.shields.io/jetbrains/plugin/d/12846-luogu-intellij)](https://plugins.jetbrains.com/plugin/12846-luogu-intellij)
[![](https://img.shields.io/github/license/HoshinoTented/luogu-intellij)](LICENSE.md)CI | Status
--------|-------
CircleCI|[![CircleCI](https://circleci.com/gh/HoshinoTented/luogu-intellij.svg?style=svg)](https://circleci.com/gh/HoshinoTented/luogu-intellij)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
- [x] Log in / Log out
- [x] Problem: Submit code
- [x] Listen record information
- [ ] Better record UI
- [x] Paste Board
- [x] Two Factor Verification## Screen shots
![](screenshot/0.0.3-1.gif)## 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:```bash
./gradlew build
```If you want to get an intellij plugin, please run this code:
```bash
./gradlew shadowJar
```There is a fatjar that will be generated in the directory `build/libs`.