Jietai for Visual Studio CodeA Visual Studio Code extension providing rich support for the Jietai programming language, including syntax highlighting, diagnostics, formatting, module resolution, package management integration, code navigation, and native compilation support. Support for vscode.devThe Jietai extension provides limited support when running in vscode.dev and github.dev environments. This includes syntax highlighting, basic language features, and read-only analysis for open files. Installed ExtensionsThe Jietai extension may automatically install companion extensions to improve the development experience. Jietai Language ServerProvides:
Jietai DebuggerProvides:
Jietai ToolingProvides:
Quick StartStep 1Install Jietai. Verify installation:
Step 2Install the Jietai extension for Visual Studio Code. Step 3Open or create a Example:
Configure Your ProjectSelect your Jietai project:
Configure builds:
Configure package dependencies:
Useful CommandsOpen the Command Palette and run:
Language FeaturesIntelliSenseEdit Jietai code with:
DiagnosticsReceive real-time compiler diagnostics:
FormattingAutomatically format code using:
Package ManagementManage dependencies through:
and the integrated package explorer. CompilationCompile using either backend:
or
LLVM SupportGenerate native code through the LLVM backend. Supported features continue to expand as the language evolves. ModulesJietai supports:
Standard LibraryBuilt-in modules include:
Project StatusJietai is currently under active development. Current capabilities include:
Future plans include:
Questions, Issues, and ContributionsContributions are welcome. If you discover a bug, have a feature request, or want to contribute to the compiler, runtime, tooling, or VS Code extension, please open an issue or submit a pull request. LicenseLicensed under the Apache License 2.0. |