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

BILanguageSupport

Roy Perry2

|
3 installs
| (0) | Free
Syntax highlighting and execution support for B (.bi) files — Tsoding's B language
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

B Language Support for VS Code

This extension adds syntax highlighting and a run command for .bi files written in Tsoding's B language.

Features

  • .bi file recognition
  • Syntax highlighting for keywords, comments, and functions
  • Run B programs using the bi.py interpreter
  • Basic sample programs included

Usage

  1. Open a .bi file in VS Code.
  2. Right-click and choose Run B Script.
  3. Output appears in the VS Code terminal.

Example Programs

example1.bi

Prints all command-line arguments one per line.

example2.bi

Adds two integer arguments and prints the result.

License

MIT

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