Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Tiny-C Compiler tccNew to Visual Studio Code? Get it now.
Tiny-C Compiler tcc

Tiny-C Compiler tcc

Helmut Lindner

|
3,929 installs
| (0) | Free
Tiny-C compiler (tcc) for Visual Studio Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Tiny-C Compiler

Run and compile C programs with Tiny-C (tcc) from VSCode.
This extension is based on Hilmar Gústafsson's "TCC Compiler" (https://github.com/LiHRaM/vscode-tcc-compiler)
and Fabrice Bellard's Tiny C Compiler (https://bellard.org/tcc/)

Install

ext install vs-tcc

Features

  • Comes with integrated tcc on the Windows platform
  • Run your code with the command TCC: Run or use the shortcut "F10"
  • Build an executable with TCC: Compile or use the shortcut "F11"
  • Configure build args for projects with the workspace settings TCC.flags and TCC.args
  • Currently, this extension supports Win32 and Linux (x86_64) configurations of vscode.
    The Tiny C Compiler is included for Windows plattforms.
    For Linux you have to install tcc from a package repository. e.g. Ubuntu: sudo apt install tcc

Release Notes

Version 1.0.3

Pressing "F11" (compile) now also uses TCC.args for compilation.

License

MIT ... this extension
GNU Lesser General Public License (LGPL) ... Tiny-C Compiler

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft