diff --git a/blog/2024-11-14-newsletter/index.md b/blog/2024-11-14-newsletter/index.md index 63311fa2..f641e2b5 100644 --- a/blog/2024-11-14-newsletter/index.md +++ b/blog/2024-11-14-newsletter/index.md @@ -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 diff --git a/i18n/zh-CN/docusaurus-plugin-content-blog/2024-11-14-newsletter/index.md b/i18n/zh-CN/docusaurus-plugin-content-blog/2024-11-14-newsletter/index.md index e8a0312c..6575d03c 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-blog/2024-11-14-newsletter/index.md +++ b/i18n/zh-CN/docusaurus-plugin-content-blog/2024-11-14-newsletter/index.md @@ -34,6 +34,7 @@ image: /img/biweekly-newsletter.png ### 💻 IDE 更新 +- 新增对配置块中 key 的类型的提示 - 优化解包表达式 `**expr` 的静态分析,提供更丰富的诊断信息 - 优化 schema 类型的 `{}` 代码片段补全 - 新增对 `kcl.mod` 文件变更的监控,优化外部包补全体验