Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>W++New to Visual Studio Code? Get it now.
W++

W++

wlothIndustries

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

🦥 W++ Language Support for VS Code

Add syntax highlighting and language support for the W++ programming language in Visual Studio Code.

Powered by chaos. Driven by sloths. Built with the OOPSIE™ Framework.


✨ Features

  • ✅ Syntax highlighting for .wpp files
  • ✅ Snippets and clean file icons
  • ✅ Lightweight and beginner-friendly

⚙️ Requirements

To run W++ files, install the Ingot CLI — the official W++ toolchain.

🛠️ Installing W++ (v0.2.6)

  1. Go to the official repo: github.com/sinisterMage/WPlusPlus

  2. Click the ⏬ Releases tab

  3. Choose your path:

    • 🅰️ Download the installer for your OS (FreeBSD support coming soon™)
    • 🅱️ Download ingot directly and add it to your PATH
    • 🆎 Build from source — if you enjoy pain
  4. Run these commands:

    ingot init   # Create a new W++ project
    ingot run    # Run it
    ingot help   # Behold the divine scroll of commands
    

▶️ Running W++ Code in VS Code

  1. Open any .wpp file
  2. Press Ctrl+Shift+P
  3. Select “Run W++ File with Ingot”
  4. Output will appear in the terminal

🧠 Sample W++ Code

let x = 10
if x > 5 {
    print "x is big"
} else {
    print "x is small"
}

📁 File Association

  • Files with .wpp extension are automatically recognized

🔗 Links

  • 🌐 Official Website: wplusplus.org
  • 📦 GitHub Repo: sinisterMage/WPlusPlus

🤝 Contributing

Want to improve this extension or add new features?

Email me: ofek@wplusplus.org

PRs, issues, and chaotic ideas are welcome.


📜 License

MIT License Built with ❤️ for creative coders, language tinkerers, and curious minds.

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