Skip to content

Commit

Permalink
fix: add IDE update
Browse files Browse the repository at this point in the history
Signed-off-by: zongz <[email protected]>
  • Loading branch information
zong-zhe committed Nov 14, 2024
1 parent 766576c commit 657879f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions blog/2024-11-14-newsletter/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Thanks to all community participants over the past two weeks, listed in no parti

**💻 IDE Updates**

- Supports hint for config entry key type
- Optimized static analysis of unpacking expressions `**expr`, providing richer diagnostic information
- Optimized code snippet completion for schema types `{}`
- Added monitoring for changes in `kcl.mod` files, improving external package completion experience
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ image: /img/biweekly-newsletter.png

### 💻 IDE 更新

- 新增对配置块中 key 的类型的提示
- 优化解包表达式 `**expr` 的静态分析,提供更丰富的诊断信息
- 优化 schema 类型的 `{}` 代码片段补全
- 新增对 `kcl.mod` 文件变更的监控,优化外部包补全体验
Expand Down

0 comments on commit 657879f

Please sign in to comment.