GetCode Competitive Programming Plugin for SublimeText Codechef/SPOJ/Codeforces/Virtual Judge

Revision en1, by del_acc, 2019-01-16 15:22:21

GetCode

This is an ST3 plugin which:

  1. Take the URL of a problem such as https://www.codechef.com/problems/INVLIS.
  2. Parse the URL and get the problem code(In this case it is INVLIS).
  3. Create a new .cpp or .py file with a pre-determined template(cpp.snippets which is customized via settings).

Keyboard shortcuts

For all Operating Systems, ctrl+alt+x opens a new dialogue box which takes the problem url as user input

How to install

  1. Install Package Control from here
  2. In Sublime, Open Package Control

Open Package Control from the Preferences Menu

  1. Select Package Control: Install Packages

enter image description here

  1. Now you should be able to search for and install the GetCode Package.

How to use it

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

Supported websites(for now)

  1. Codechef
  2. Codeforces
  3. SPOJ
  4. Virtual Judge
Tags sublime text 3, plugin, #codeforces, #codechef

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English del_acc 2019-03-19 19:56:16 16
en1 English del_acc 2019-01-16 15:22:21 1582 Initial revision (published)