I'm happy to release v5 of Competitive Programming Helper ( CPH ) !
CPH is a VS Code extension that allows you to quickly download, test and submit problems from Codeforces and other sites, and even locally, for your own problems! Supports C++, C, Java, Python.
Features
- Auto downloading testcases & problem details.
- Auto compilation and auto judging of testcases.
- Handling of signals, errors and TLEs.
- Easy to use UI.
- Lots of configuration settings to make it yours!
This new release brings a new 'docked' UI that is much better in terms of performance and removes a lot of UI bugs.
Download
If you like CPH, you can download it from here: github.com/agrawal-d/cph/ or directly from VS Code extensions search.
Screenshots
Check out the screenshots below!
Click to expand
In case you find any bugs, please report them here. The extension is free software ( GPL 3 ). I welcome all contributions!
If you have any queries, feel free to create an issue here: https://github.com/agrawal-d/cph/issues
I m using your creation for the past 8 months and trust me you deserve millons.
Awesome work! tried it with the task parser and works like a charm!
It says "This document does not have a CPH problem associated with it." in VS Code in the when I press the green plus button.
Sorry for the noob question. I'm new to VS code as well.
Nevermind. Seems to be working now after closing VS code and restarting it.
I had tried to submit a problem's solution during an official contest. But I couldn't submit it. Please add features for submitting on running contests.
Thanks for such a great tool.
So it doesn't work in ongoing contests?
yes.
Cause the page you used for submitting the problem, there will not appear ongoing contests problem.
Parsing doing good, but tests don't running. I don't know how fix this problem, I don't found nowhere
I've recently switched from codeblocks. Can anyone please help me with running interactive problems in vscode with/without Competitive Programming Helper?