(UNOFFICIAL) Hydro Helper is a VSCode extension to solve Hydro problems easier.
Warning
This extension is still under development, and may have breaking changes without any notice.
This extension provides the following features:
- Problem
- Submit problem
- Fetch statement
- Record
- View record
- Real-time refresh
- Contest / Homework
- View scoreboard
- Submit problem
- Fetch statement
All the features are available in the VS Code sidebar.
Users using this extension should have an Hydro account.
Ctrl+Alt+Shift+P: Open problemCtrl+Alt+Shift+S: Submit problem
This extension contributes the following settings:
hydro.server.server: The server address of Hydro, without protocol. Default ishydro.ac.hydro.server.safeProtocol: Whether to use safe protocol (HTTPS/WSS). Default istrue.hydro.server.domain: The Hydro domain of Hydro. Default issystem.hydro.userInterface.webviewColumn: Determines the display position of the webview.hydro.attributes.loadAttributes: Whether to load attributes of problems from the source filehydro.attributes.saveAttributes: Whether to save attributes of problems to the source filehydro.problems.cphFilename: The filename of the CPH file. You can use the following variables:${_id}: The raw ID of the problem (e.g.66c739de21385536a27470b0)${owner}: The owner of the problem (e.g.1)${ownerUname}: The username of the owner (e.g.langningchen)${domainId}: The domain ID of the problem (e.g.system)${docId}: The document ID of the problem (e.g.1)${title}: The title of the problem (e.g.A+B Problem)${nSubmit}: The number of submissions of the problem (e.g.111)${nAccept}: The number of accepted submissions of the problem (e.g.48)${memoryMin}: The minimum memory limit of the problem (e.g.64)${memoryMax}: The maximum memory limit of the problem (e.g.64)${timeMin}: The minimum time limit of the problem (e.g.1000)${timeMax}: The maximum time limit of the problem (e.g.1000)${type}: The type of the problem (e.g.default)
This project is licensed under the terms of the GNU Affero General Public License v3.0 and is not affiliated with Hydro or any other organization. The icon of this extension is copyrighted by Hydro.
This project is inspired by vscode-luogu and the empty official vscode extension.
See GitHub Issues.
See CHANGELOG.md