Skip to content

Commit

Permalink
add blog img
Browse files Browse the repository at this point in the history
Signed-off-by: he1pa <[email protected]>
  • Loading branch information
He1pa committed Dec 9, 2024
1 parent fc2bdc3 commit 5eddeb4
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
15 changes: 7 additions & 8 deletions blog/2024-12-06-kcl-0.11.0-release/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,16 @@ The KCL team is pleased to announce that **KCL v0.10.0 is now available**! This
#### IDE

- KCL IntelliJ plugin released 0.4.0, supporting LSP4IJ.
- IDE can complete schemas defined in the worksace but not imported , and automatically insert the import statements of the package
- 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
- IDE can complete schemas defined in the worksace but not imported , and automatically insert the import statements of the package.
![complete](/img/blog/2024-12-06-kcl-0.11.0-release/complete.gif)
- IDE adds type hints for key in the Config block.
- IDE schema hover provides attribute default value information.
![hint](/img/blog/2024-12-06-kcl-0.11.0-release/hint.png)
- IDE hover provides schema attribute default value information.
![hover](/img/blog/2024-12-06-kcl-0.11.0-release/hover.png)
- 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.
- IDE fixed the failure of Windows path issues.
- IDE fixed the failure of compound assignment operation statements.
- IDE distinguished the highlighting of the `any` from keyword and type
- IDE distinguished the highlighting of the `any` from keyword and type.
- IDE fixed the failure of formatting code in the IntelliJ plugin.
- Optimized the parser part of the IDE compilation process.
- IDE fixed inconsistent hints for function parameters.
Expand All @@ -65,9 +68,6 @@ The KCL team is pleased to announce that **KCL v0.10.0 is now available**! This

#### Standard Libraries


```
#### Third-Party Libraries

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

### ☸️ Ecosystem Integration

#### Multi-Language Plugins

- KCL Plugin supports development through Rust.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,14 @@ KCL 团队很高兴地宣布 **KCL v0.10.0 新版本现在已经可用**!本

#### IDE

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

#### 多语言插件更新


### 📖 文档更新

- 修复 argocd kcl plugin 配置的示例代码中的错误
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5eddeb4

Please sign in to comment.