d-agrawal's blog

By d-agrawal, history, 3 years ago, In English

I'm happy to release v5 of Competitive Programming Helper ( CPH ) !

blog

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
  • Vote: I like it
  • +67
  • Vote: I do not like it

| Write comment?
»
3 years ago, # |
  Vote: I like it 0 Vote: I do not like it

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

  • »
    »
    3 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    I m using your creation for the past 8 months and trust me you deserve millons.

»
3 years ago, # |
  Vote: I like it +1 Vote: I do not like it

Awesome work! tried it with the task parser and works like a charm!

»
3 years ago, # |
  Vote: I like it 0 Vote: I do not like it

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.

  • »
    »
    3 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Nevermind. Seems to be working now after closing VS code and restarting it.

»
3 years ago, # |
  Vote: I like it 0 Vote: I do not like 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.

»
3 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Parsing doing good, but tests don't running. I don't know how fix this problem, I don't found nowhere

»
3 years ago, # |
  Vote: I like it 0 Vote: I do not like it

I've recently switched from codeblocks. Can anyone please help me with running interactive problems in vscode with/without Competitive Programming Helper?