Skip to content

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 packaged documents/ directory.

工具目录
  • 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.

Clone this wiki locally