Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>CodeTT3New to Visual Studio Code? Get it now.
CodeTT3

CodeTT3

Lê Hoàng Vũ

|
2 installs
| (0) | Free
IDE-like extension for competitive programming with custom C++ workflow
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

CodeTT3

An IDE-like VSCode extension for competitive programming.

Features

  • Run C++ code instantly
  • Custom config via .codett3/config.json
  • Lightweight competitive programming workflow

Usage

  1. Open a workspace
  2. Create .codett3/config.json
  3. Press Ctrl + Shift + P → CodeTT3: Run

Example config

{
  "cmd": "g++ ${file} -o ${fileBasenameNoExtension} && ./${fileBasenameNoExtension}"
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft