Skip to content

Commit 5eddeb4

Browse files
committed
add blog img
Signed-off-by: he1pa <18012015693@163.com>
1 parent fc2bdc3 commit 5eddeb4

File tree

5 files changed

+12
-11
lines changed

5 files changed

+12
-11
lines changed

blog/2024-12-06-kcl-0.11.0-release/index.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,16 @@ The KCL team is pleased to announce that **KCL v0.10.0 is now available**! This
4343
#### IDE
4444

4545
- KCL IntelliJ plugin released 0.4.0, supporting LSP4IJ.
46-
- IDE can complete schemas defined in the worksace but not imported , and automatically insert the import statements of the package
47-
- IDE can watch changes in configuration files(kcl.mod) in the workspace, and automatically update the semantic information in the IDE after kpm updates dependencies
46+
- IDE can complete schemas defined in the worksace but not imported , and automatically insert the import statements of the package.
47+
![complete](/img/blog/2024-12-06-kcl-0.11.0-release/complete.gif)
4848
- IDE adds type hints for key in the Config block.
49-
- IDE schema hover provides attribute default value information.
49+
![hint](/img/blog/2024-12-06-kcl-0.11.0-release/hint.png)
50+
- IDE hover provides schema attribute default value information.
51+
![hover](/img/blog/2024-12-06-kcl-0.11.0-release/hover.png)
52+
- IDE can watch changes in configuration files(kcl.mod) in the workspace, and automatically update the semantic information in the IDE after kpm updates dependencies.
5053
- IDE fixed the failure of Windows path issues.
5154
- IDE fixed the failure of compound assignment operation statements.
52-
- IDE distinguished the highlighting of the `any` from keyword and type
55+
- IDE distinguished the highlighting of the `any` from keyword and type.
5356
- IDE fixed the failure of formatting code in the IntelliJ plugin.
5457
- Optimized the parser part of the IDE compilation process.
5558
- IDE fixed inconsistent hints for function parameters.
@@ -65,9 +68,6 @@ The KCL team is pleased to announce that **KCL v0.10.0 is now available**! This
6568

6669
#### Standard Libraries
6770

68-
69-
```
70-
7171
#### Third-Party Libraries
7272

7373
- k8s updated to 1.31.2
@@ -82,7 +82,6 @@ The KCL team is pleased to announce that **KCL v0.10.0 is now available**! This
8282

8383
### ☸️ Ecosystem Integration
8484

85-
8685
#### Multi-Language Plugins
8786

8887
- KCL Plugin supports development through Rust.

i18n/zh-CN/docusaurus-plugin-content-blog/2024-12-06-kcl-0.11.0-release/index.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,14 @@ KCL 团队很高兴地宣布 **KCL v0.10.0 新版本现在已经可用**!本
4141

4242
#### IDE
4343

44-
- KCL IntelliJ 插件发布 0.4.0 版本,支持 LSP4IJ
44+
- KCL IntelliJ 插件发布 0.4.0 版本,支持 LSP4IJ
4545
- IDE 可以补全目录中未 import 的 schema,并且自动补充包的 import 语句
46-
- IDE 能够监控工作目录中的配置文件变化,在 kpm 更新依赖后能自动更新 IDE 中的语义信息
46+
![complete](/img/blog/2024-12-06-kcl-0.11.0-release/complete.gif)
4747
- IDE 新增了 Config 块中 key 的类型 hint。
48+
![hint](/img/blog/2024-12-06-kcl-0.11.0-release/hint.png)
4849
- IDE schema hover 中提供了 attr 默认值信息。
50+
![hover](/img/blog/2024-12-06-kcl-0.11.0-release/hover.png)
51+
- IDE 能够监控工作目录中的配置文件变化,在 kpm 更新依赖后能自动更新 IDE 中的语义信息
4952
- 修复了 IDE 在 Windows 系统中的异常。
5053
- 修复了 IDE 在复合赋值运算语句中异常的问题。
5154
- 区分了 `any` 关键字和类型的高亮
@@ -86,7 +89,6 @@ KCL 团队很高兴地宣布 **KCL v0.10.0 新版本现在已经可用**!本
8689

8790
#### 多语言插件更新
8891

89-
9092
### 📖 文档更新
9193

9294
- 修复 argocd kcl plugin 配置的示例代码中的错误
325 KB
Loading
189 KB
Loading
42.6 KB
Loading

0 commit comments

Comments
 (0)