-
Notifications
You must be signed in to change notification settings - Fork 0
Tooling
Liu.Yandong.Hanks edited this page Aug 19, 2026
·
3 revisions
Tooling
适用版本:4.0.0。
Applies to 4.0.0.
AuroraScript 的语言工具位于仓库的 language-tools/。它们共享解析、语义索引、诊断和定义跳转能力;工具使用的语言资料来自随包分发的 documents/。
AuroraScript language tooling lives in
language-tools/in the repository. The tools share parsing, semantic indexing, diagnostics, and definition support; their language materials come from the packageddocuments/directory.
工具目录
- MCP 服务:为 AI 客户端提供文档、API、检查和运行能力。
- Language Server:为 LSP 客户端提供诊断、补全、悬停与跳转。
- Visual Studio 扩展:提供脚本编辑、导航和调试集成。
- MCP server: provides documentation, API lookup, validation, and execution capabilities to AI clients.
- Language Server: provides diagnostics, completion, hover, and navigation to LSP clients.
- Visual Studio extension: provides script editing, navigation, and debugging integration.
工具会处理脚本和可能的本地文件。只应在可信工作区启用可执行、可读取文件的工具配置。
Tools can process scripts and potentially local files. Enable configurations capable of execution or file access only for trusted workspaces.
AuroraScript.JIT 4.0.0 · Documentation Home · Repository · MIT License