diff --git a/docs/tools/Ide/intellij.md b/docs/tools/Ide/intellij.md index 1b529bb5..76a8ea00 100644 --- a/docs/tools/Ide/intellij.md +++ b/docs/tools/Ide/intellij.md @@ -36,6 +36,7 @@ This extension provides comprehensive coding assistance based on the Language Se - **Diagnostics:** Detect warnings and errors in KCL files - **Code Action:** Quick fix for some errors - **InlayHint:** Display hints for variable type, functions, and schema arguments +- **Format:** Format a KCL file or snippet code Other useful features such as diagnostics and testing are under development. diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/tools/Ide/intellij.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/tools/Ide/intellij.md index a3602853..bc3cdd31 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/tools/Ide/intellij.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/tools/Ide/intellij.md @@ -36,6 +36,7 @@ sidebar_position: 3 - **诊断:** KCL 文件中的警告和错误信息 - **快速修复:** 对一些错误进行快速修复 - **内联提示:** 变量类型,函数和 schema 参数等提示 +- **格式化:** 格式化一个 KCL 文件或代码片段 其他一些有用的功能,如代码重构和智能感知等正在开发中。 diff --git a/static/img/docs/tools/Ide/intellij/overview.png b/static/img/docs/tools/Ide/intellij/overview.png index 2be7b9e8..06e748b2 100644 Binary files a/static/img/docs/tools/Ide/intellij/overview.png and b/static/img/docs/tools/Ide/intellij/overview.png differ