This is an Sublime Text plugin which:
- Take the URL of a competitive programming problem such as https://www.codechef.com/problems/INVLIS.
- Parse the URL and get the problem code(In this case it is INVLIS).
- Create a new .cpp or .py file with a pre-determined template(cpp.snippets which is customized via settings).
For all Operating Systems, ctrl+alt+x opens a new dialogue box which takes the problem url as user input
- Install Package Control from here
- In Sublime, Open Package Control
- Select
Package Control: Install Packages
- Now you should be able to search for and install the GetCode Package.
After installing, it is necessary to configure the settings(setting the default directory and snippets).
After configuring the settings, ctrl+alt+x opens a new dialogue box which takes the problem url as user input
- Codechef
- Codeforces
- SPOJ
- Virtual Judge

