Official language support for Vybe — the modern, expressive programming language inspired by Gen-Z internet culture.
Features
This extension brings a full developer toolchain straight into VS Code for any .vybe file:
🎨 Syntax Highlighting: Beautiful and accurate highlighting for Vybe keywords (cook, say, vibe), slang booleans (frfr, cap), strings, numbers, and comments.
💡 IntelliSense (Autocomplete): Start typing and get smart suggestions for all Vybe built-ins and control flow statements.
🚨 Diagnostics & Error Checking: Real-time squiggly lines for common syntax errors, like missing closing braces or malformed sus conditions.
Installation
Open VS Code.
Load the extension folder or install via VSIX (coming soon).
Open any .vybe file! The extension activates automatically.
Example
vibe main {
say "Welcome to Vybe 🚀"
cook name = ask "What's your name?"
sus name == "Aquib" {
say "W creator"
} nah {
say "Nice to meet you " + name
}
}
Future Roadmap
Vybe is constantly evolving. In the future, this extension will support:
A full-blown Language Server Protocol (LSP) backend.