A VS Code Extension to Accelerate The Process Of Solving Problems on Codeforces

Catalyst

Catalyst is a VS code Extension to accelerate the process of solving problems on Codeforces. It automatically fetches the problem and displays it, parses test cases, runs and evaluates your code on test cases. You can edit/add/remove test cases as you like, and when you are done, it can submit your code and then track the submission in realtime.

Quick Start

quickStartGif

  1. Open any folder in VS code.
  2. Press  Ctrl + Alt + P  or use command Add Problem from command palette.
  3. Enter problem URL from Codeforces and then select a language

After this VS code layout will split into 2 columns, in the left column there will be source code and in the right column, the problem will be displayed with preloaded test cases. In which you can run, evaluate, and submit your code.

Shortcuts

Ctrl + Alt + P -  Add new problem
Ctrl + Enter -  Run all test cases for selected problem
Ctrl + Alt + H -  Hide/Show problem panel

Features

  • Automatically opens problem statement when source code is opened, so once you add a problem no need to remember URL or name of the problem, Catalyst will do it for you!
  • Automatically Fetch Problem from Codeforces and show it in VS code
  • Compile, run and evaluate test cases in a single click
  • Submit problem right from VS code
  • Realtime tracking of submission status
  • Encrypts user login credentials using  AES-256-CBC  and stores encrypted data in the system’s keychains, keys for encryption are updated every time user updates its credentials.
  • Supported languages
    • C++
    • Python
    • Java

Requirements

Encrypted Credentials are stored in the system’s keychain. On macOS the passwords are managed by the Keychain, on Linux they are managed by the Secret Service API/libsecret, and on Windows they are managed by Credential Vault.
For Linux depending on your distribution, you will need to run the following command :

  • Debian/Ubuntu :  sudo apt-get install libsecret-1-dev
  • Red Hat-based :  sudo yum install libsecret-devel
  • Arch Linux :  sudo pacman -S libsecret

Note

  • Currently Catalyst doesn’t support Interactive Problems on Codeforces
  • Submit option is beta feature so might misbehave sometimes, if you find any issue please report it.

Download Details:

Author: RudreshVeerkhare

Source Code: https://github.com/RudreshVeerkhare/Catalyst

#programming #vs code

A VS Code Extension to Accelerate The Process Of Solving Problems on Codeforces
3.55 GEEK