Rating changes for last rounds are temporarily rolled back. They will be returned soon. ×

Solve codeforces problems directly from VS Code. A VS Code extension. (vscode-codeforces)

Revision en3, by lil_chonk, 2020-05-29 23:21:28

Hello codeforces,

I would like to present to you a VS Code extension which lets you solve codeforces problems directly from VS code, no need of opening a browser. Inspired from this great extension https://github.com/jdneo/vscode-leetcode.

UPDATE It's live here : https://marketplace.visualstudio.com/items?itemName=KaustubhSathe.vscode-codeforces

Requirements


Quick Start

quickStart1.md.png


Features

Sign In/Out

  • Click on "Sign in to Codeforces" in the codeforces explorer to sign in with your codeforces account.
  • Or use the following command :
    • Codeforces : Sign In

signinpic.png

Browse Problems

Browse problems by categories :

  • All
  • Difficulty
  • Tags
  • Your favorite problems
  • Recommended problems for your practice (By default recommends problem for your user profile if you want recommended problems for any other user profile use command "Codeforces: Recommend Problems". It uses Codedrills in the backend)

Problems can be sorted by their difficulty and number of submissions.

browseproblems.png

Your solved problems are marked as green tick and failed submissions as red cross:

greenpic.png


Please give feedback and suggestions for improvement, also report any bugs found.
I tried my best on parsing problems but displaying mathjax heavy problem statements cleanly is still an issue, if anyone can help in this regard please feel free to DM me. You can have a look at the code over here https://github.com/KaustubhSathe/Codeforces.

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en3 English lil_chonk 2020-05-29 23:21:28 2 Tiny change: 'gories :\n- All\n-' -> 'gories :\n<br/>\n- All\n-'
en2 English lil_chonk 2020-05-29 23:17:50 1585 Tiny change: 'gs found. \nI tried ' -> 'gs found. <br/>\nI tried '
en1 English lil_chonk 2020-05-24 21:47:18 1423 Initial revision (published)