FastOlympicCoding
Tools for competitive programming for Sublime Text 3 & 4
Fast Olympic Coding plugin for Sublime Text 3 & 4 ================ * [Installation](#installation) * [Test Manager](#testmanager) * [Settings](#settings) * [Stress Testing](#stresstesting) * [Class Completion](#classcompletion) * [C++ Lint](#cpplint) * [Debugger](#debugger) The project is written primarily in Python, first published in 2015. Key topics include: autocomplete, cpp, linting, sublime-text-3, sublime-text-4.
Latest release: v1.4.12— Fix wrong import from the v1.4.11 release
July 17, 2022View Changelog →
Fast Olympic Coding plugin for Sublime Text 3 & 4
Installation
- Install via Package Control
- Install manually:<br>
download plugin into packages (Preferences — Browse packages...)<br>
Warning! rename plugin folder to FastOlympicCoding
TestManager

TestManager Keybindings
- <kbd>ctrl+b (OSX)</kbd> <kbd>ctrl+alt+b (Linux + Win)</kbd> compile and run
- <kbd>ctrl+enter</kbd> new test
- <kbd>ctrl+c (OSX)</kbd> <kbd>ctrl+x (Linux + Win)</kbd> kill process
- <kbd>ctrl+shift+b (OSX)</kbd> run with debugger
- <kbd>ctrl+d</kbd> delete test
- <kbd>ctrl+super+up/ctrl+super+down (OSX)</kbd> <kbd>ctrl+shift+up/ctrl+shift+down (Linux + Win)</kbd> swap tests
- <kbd>cmd+k, cmd+p (OSX)</kbd> <kbd>ctrl+k, ctrl+p (Linux + Win)</kbd> close/open right panel
Settings
- To edit settings
- press <kbd>cmd+shift+p (OSX)</kbd> <kbd>ctrl+shift+p (Linux + Win)</kbd> and type
FastOlympicCoding: Open Settings - or
Preferences — Package Settings — FastOlympicCoding
- press <kbd>cmd+shift+p (OSX)</kbd> <kbd>ctrl+shift+p (Linux + Win)</kbd> and type
StressTesting

- To stress test a solution, you need to implement the 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 a random generator in the input
- Type
FastOlympicCoding: Make Stressin the command palette to run andFastOlympicCoding: Stop Stressto stop stress testing
ClassCompletion

- Type aliases to substitute them with data types
- Customize aliases in the settings file
CppLint

- Error highlighting works in real-time
- Specify custom compile command in the settings file
Debugger

- debugger only for OSX
- <kbd>ctrl+shift+b</kbd> to run with debugger
- point the cursor on a variable to see its value
- to select a stack frame (type
FastOlympicCoding: Select Framein the command palette) - the only one dependency is xcode (you can install it with
xcode-select --install)
Contributors
Showing top 2 contributors by commit count.
This article is auto-generated from Jatana/FastOlympicCoding via the GitHub API.Last fetched: 6/28/2026
