Skip to content

Tooling

Liu.Yandong.Hanks edited this page Aug 19, 2026 · 3 revisions

工具链

Tooling

适用版本:4.0.0

Applies to 4.0.0.

首页

Home

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.

工具目录 · Tool Directory
  • MCP 服务:为 AI 客户端提供文档、API、检查和运行能力。

    MCP Server: provides documentation, API lookup, validation, and execution capabilities to AI clients.

  • 语言服务器:为 LSP 客户端提供诊断、补全、悬停与跳转。

    Language Server: provides diagnostics, completion, hover, and navigation to LSP clients.

  • Visual Studio 扩展:提供脚本编辑、导航和调试集成。

    Visual Studio Extension: provides script editing, navigation, and debugging integration.

安全提示

Security Note

工具会处理脚本和可能的本地文件。只应在可信工作区启用可执行、可读取文件的工具配置。

Tools can process scripts and potentially local files. Enable configurations capable of execution or file access only for trusted workspaces.

Clone this wiki locally