🦥 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)
Go to the official repo: github.com/sinisterMage/WPlusPlus
Click the ⏬ Releases tab
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
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
- Open any
.wpp file
- Press
Ctrl+Shift+P
- Select “Run W++ File with Ingot”
- 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
🤝 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.
| |