Hello,
For the past few days I have been working for an automation package for text editor Atom.
This started as a way to improve speed during contests and now I have decided to release this as a complete package.
Currently this package supports 3 sites - Codechef, Codeforces and Atcoder and only 1 language - C++ .
You can parse problems and their test cases using the contest code and also compile and generate the output for input files, simply by pressing a combination of keys.
Over time I will add support for more sites and languages (particularly Java and Python).
#Link of the repository :- Link
#Link on APM :- Link
#Video on how to use the package on youtube - Link
The readme is written in a pretty comprehensive manner. However if you still face any issues, drop me a email at [email protected]
or open a issue in the repo itself (opening an issue is preferred, since other users might face the same issue).
Ps:- If you know JS and want to add a feature, feel free to contact me and I will be more than happy to accept any PR. Also any kind of feedback is appreciated.
Screenshots:-
Update 1:-
Added notifications based on whether the output is correct or not along with time taken by the program.