ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Top​Coder Helper

by gsingh93 ST3

A Sublime Text 3 plugin that helps you write TopCoder problems

Details

Installs

  • Total 657
  • Win 402
  • Mac 124
  • Linux 131
Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5
Windows 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

TopCoder Helper

This is a Sublime Text 3 plugin for solving TopCoder problems in Java. Other languages may be supported in the future, and pull requests will be accepted.

Installation

This plugin can be installed through Package Control (only available on ST3).

Alternatively, you can clone the repository into your Packages directory.

Usage

Copy and paste the entire problem description into the editor. Hit ctrl + p to generate the code template, or find the “TopCoder: Parse” command in the command palette.

Features

[+] Convert a problem statement into a Java class
[+] Customize Java class snippet
[-] Autogenerate supplied test case
[+] Customize coding view (Single pane, two pane, etc.)
[-] Prepare code for submission by removing test cases and optionally comments

Possible future features:

[-] Browse and generate classes for questions on the Problem Archive
[-] Autogenerate random test cases using variable constraints
[-] C++ support
[-] C# support

[+] = Completed
[*] = In progress
[-] = Not started

Customization

To customize the Java template, open the command palette and find the “TopCoder: Edit Java Template” command in the command palette. This will open a file called java.template.

There are currently three variables whose purpose should be self-explanatory: $className, $functionName, and $functionHeader.

You have two options when it comes to where the template is generated. If the option use_two_column_layout is set to true, then the template is generated in a new group. If this option is set to false, the template is generated in same file as the problem statement, and the problem statement is commented out.

License

MIT License, you can see the license here.