A simple, easy-to-use Sublime Text plugin to assist in Competitive Programming.
CP New
Create a fileCP Set
Create a set of filesCP Open
Open a fileCP End
Exit CP modeCP Add
Add a templateCP Edit
Edit a templateCP Delete
Delete a templateCP Key Bindings
Set key bindingsCP Help
Open help page
- Linux
- Mac
- Windows
- C
- C++
- Java
- Python
CP_New.mp4
CP_Set.mp4
CP_Open.mp4
CP_End.mp4
CP_Test.mp4
CP_Run.mp4
CP_Add.mp4
CP_Edit.mp4
CP_Delete.mp4
These are the recommended key bindings. However you can set your own key bindings as well. To set key bindings, run CP Key Bindings
command or goto Tools -> CP Lite -> Settings -> Key Bindings
- Linux
- Alt + Shift + N Create a new file
- Alt + Shift + S Create a set of files
- Alt + Shift + O Open a file
- Alt + Shift + E Exit CP mode
- Mac
- Option + Shift + N Create a new file
- Option + Shift + S Create a set of files
- Option + Shift + O Open a file
- Option + Shift + E Exit CP mode
- Windows
- Alt + Shift + N Create a new file
- Alt + Shift + S Create a set of files
- Alt + Shift + O Open a file
- Alt + Shift + E Exit CP mode
- Remove dependency on ONLINE_JUDGE. Define CPL_JUDGE locally.
- Move reading from file and writting to file part from template to Build System
- Add Default Command to set default Language and Template so that user does not have to select Language and Template everytime.
- Add Contest Command for creating template files and scraping input and expected output for all questions in a contest
- Add Contest Command support for CodeForces
Jan 21, 2022
Version 1.0.0 ReleasedFeb 14, 2022
Version 1.1.0 ReleasedJun 07, 2022
Version 1.2.0 Released