Solve codeforces problems directly from VS Code. A VS Code extension.

Revision en1, by lil_chonk, 2020-05-24 21:47:18

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.

Currently I am in the prototype phase so I haven't published this on the marketplace so you will have to install it from vsix. Link Here Make sure you have Nodejs installed on your system.

Capture-2.png

Capture3.md.png

Features :-

  • Submit problem to codeforces
  • Recommends Problems for practice which uses Codedrils in the backend (parses recommended problems from it)
  • Sort problems by difficulty or number of submissions
  • Get problems by tags,difficulty or your favorite problems(Use codeforces api)

Currently the extension is half baked and buggy but I am working on it as and when I get time. Please give feedback and suggestions for features, 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)