Please subscribe to the official Codeforces channel in Telegram via the link https://t.me/codeforces_official. ×

Code Faster — A Sublime Text 3 Plug-In for Codeforces

Revision en1, by adityaramesh, 2018-04-14 08:50:53

Hello CodeForces!

For educational reasons, I've been working on a passion project over the last few days, and the inspiration for this came from my interest in competitive programming, and my newfound love toward the text editor — Sublime Text, (and if I'm being completely honest, my laziness was also a factor).

Introducing — Code Faster — https://github.com/RameshAditya/code-faster

"Code Faster" is a Sublime Text 3 Plug-in I developed, that loads problem statements from CodeForces directly inside Sublime Text's editor window, at the click of a button.

The plug-in allows the user to select the level of problem statement they want to retrieve (A, B, C, D, or E) and uses the CodeForces API to obtain the most recent contest number, and accordingly pulls a problem statement, for the user to directly start solving.

It's worth mentioning that an added advantage of the current implementation of this plug-in, is that it can easily be modified to pull an ongoing contest's problem statements, as long as the user has registered for the contest — by changing a single line, in the implementation.

The menu for pulling a problem statement looks like this -

And the pulled problem statement would look like this -

The goal of this project was to cater to speed and convenience, and I hope you all like the end result.

This project is open source, and I encourage you all to use it, give me feedback and help make it better. :)

The GitHub Repository link is available over here — https://github.com/RameshAditya/code-faster, and I've detailed the set-up instructions in the Readme file.

And if you liked the idea, it would absolutely make my day if you gave the repository a star and/or submitted a pull request helping me make it better for the community.

Thanks,

Aditya

Tags #codeforces, sublime text, #python, plugin

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en3 English adityaramesh 2018-04-14 08:54:26 0 (published)
en2 English adityaramesh 2018-04-14 08:54:08 127 Tiny change: ' it **can easily be modifi' -> ' it **can be modifi'
en1 English adityaramesh 2018-04-14 08:50:53 2143 Initial revision (saved to drafts)