Skip to content

Tools for competitive programming for Sublime Text 3

Notifications You must be signed in to change notification settings

Nileshthakur2003/FastOlympicCoding

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fast Olympic Coding plugin for Sublime Text 3

Installation

  • Install via Package Control
  • Install manually:
    download plugin into packages (preferences — browse packages)
    Warning! rename plugin folder to FastOlympicCoding

TestManager

TestManager

TestManager Keybindings

  • ctrl+b (OSX) ctrl+alt+b (Linux + Win) compile and run
  • ctrl+enter new test
  • ctrl+c (OSX) ctrl+x (Linux + Win) kill process
  • ctrl+shift+b (OSX) run with debugger
  • ctrl+d delete test
  • ctrl+super+up/ctrl+super+down (OSX) ctrl+shift+up/ctrl+shift+down (Linux + Win) swap tests
  • cmd+k, cmd+p (OSX) ctrl+k, ctrl+p (Linux + Win) close/open right panel

Settings

  • to edit settings
    • press cmd+shift+p (OSX) ctrl+shift+p (Linux + Win) and type Open Settings
    • or tools — FastOlympicCoding — settings

StressTesting

StressTesting

  • to stress you need to implement three following files:
    • <name>.cpp - program that works incorrect
    • <name>__Good.cpp - program that works correct
    • <name>__Generator.cpp - program that generates tests, you can read a seed for random in input

ClassCompletion

ClassCompletion

  • to edit completions open settings

CppLint

CppLint

  • to edit lint open settings

Debugger

Debugger

  • debugger only for OSX
  • ctrl+shift+b to run with debugger
  • hover cursor on variable to see its value
  • also you can select frame (type FastOlympicCoding: Select Frame on command pallete)
  • the only one dependency is the xcode (you can install it with xcode-select --install)

About

Tools for competitive programming for Sublime Text 3

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 47.0%
  • C++ 39.8%
  • Python 12.1%
  • HTML 1.1%