TejX Language Suite provides a premium development experience for the TejX programming language. It includes advanced syntax highlighting, intelligent snippets, and a robust formatter to keep your code clean and readable.
✨ Features
🎨 Advanced Syntax Highlighting: Rich, context-aware coloring for keywords, types, strings, and more.
📝 Intelligent Snippets: Boost your productivity with quick templates for common constructs like function, class, if/else, and loops.
🧹 Professional Formatter: An integrated "Format Document" engine that enforces consistent spacing around operators, commas, and colons.
📁 Custom File Icons: Instantly recognize TejX files in your sidebar with the custom TejX logo.
⚙️ Language Configuration: Smart auto-closing brackets and intelligent bracket matching.
🛠 Installation
1. From the Marketplace (Recommended)
Search for "TejX Language Suite" in the VS Code Extensions view (Ctrl+Shift+X) and click Install.
⚡ Extension Settings
This extension contributes the following settings:
tejx.format.enable: Enable/disable the default TejX formatter.
📖 Usage Example
TejX is designed for simplicity and power. Here's a quick look at what you can do:
// A simple TejX function
function greet(name: string): void {
print("Hello, " + name + "!");
}
greet("TejX Developer");
🤝 Contributing
Contributions are welcome! Please feel free to submit a Pull Request or report issues on our GitHub Repository.