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.
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.