You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/2024-12-06-kcl-0.11.0-release/index.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,13 +43,16 @@ The KCL team is pleased to announce that **KCL v0.10.0 is now available**! This
43
43
#### IDE
44
44
45
45
- 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.
- 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.
50
53
- IDE fixed the failure of Windows path issues.
51
54
- 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.
53
56
- IDE fixed the failure of formatting code in the IntelliJ plugin.
54
57
- Optimized the parser part of the IDE compilation process.
55
58
- 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
65
68
66
69
#### Standard Libraries
67
70
68
-
69
-
```
70
-
71
71
#### Third-Party Libraries
72
72
73
73
- 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
0 commit comments