jameelkaisar / Competitive-Programming-Lite

A simple, easy-to-use Sublime Text plugin to assist in Competitive Programming.
https://packagecontrol.io/packages/Competitive%20Programming%20Lite
MIT License
1 stars 1 forks source link

Competitive companion extension #1

Open Gr-Nobel opened 1 year ago

Gr-Nobel commented 1 year ago

It would be really great to phrase test and expected result directly from code force or online judges.

The competitive companion chrome extension can send test cases to sublime text.

jameelkaisar commented 1 year ago

It is listed in the Future ideas. I'll start working on it once I find some free time, maybe this winter.

Gr-Nobel commented 1 year ago

@JameelKaisar .... it would be really great. codes from this repertory can help you lot. https://github.com/cpeditor/cpeditor. make it 3 column. So that it shows Received input and expected input and a diff view like CPeditor.

another similar extension : https://github.com/agrawal-d/cph#quick-start

jameelkaisar commented 1 year ago

cpeditor seems to be really awesome. I think it would take time to replicate all features but replicating basic features shouldn't take much time. cph is also a great VSC extention. I sometimes use it during codeforces contests. Thanks for sharing links to the projects.