Skip to content

langningchen/hydro-helper

Repository files navigation

Hydro Helper

(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.

Features

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.

Requirements

Users using this extension should have an Hydro account.

Key Bindings

  • Ctrl+Alt+Shift+P: Open problem
  • Ctrl+Alt+Shift+S: Submit problem

Extension Settings

This extension contributes the following settings:

  • hydro.server: The server address of Hydro. Default is hydro.ac.
  • hydro.safeProtocol: Whether to use safe protocol (HTTPS/WSS) or not. Default is true.
  • hydro.domain: The Hydro domain of Hydro. Default is system.

License

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.

Acknowledgements

This project is inspired by vscode-luogu and the empty official vscode extension.

Known Issues

See GitHub Issues.

Change Log

See CHANGELOG.md