Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>S++ LanguageNew to Visual Studio Code? Get it now.
S++ Language

S++ Language

Shree Samal

|
1 install
| (0) | Free
Syntax highlighting for the S++ programming language
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

S++ Language

Syntax highlighting for the S++ programming language.

Features

  • Keywords: fn, let, if, else, while, return
  • Types: int, float, bool, void
  • Literals, operators, comments

Usage

Files with .spp extension are automatically highlighted.

Example

```spp fn add(a: int, b: int) -> int { return a + b; }

fn main() -> void { let x: int = add(3, 4); print(x); } ```

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