He1pa
He1pa
In KCL, we have build a structure similar to the symbol table and we call it `scope`. You can find it in `kclvm/sema/src/resolver/scope.rs`. It records most of the information you...
``` A = { image = "xx" env = [] } B = { @override image = "override_image" @append env = [] } A|B ```

Related issues: https://github.com/kcl-lang/kcl/issues/1544 https://github.com/kcl-lang/kcl/issues/1545
ref: Scaling gopls for the growing Go ecosystem: https://go.dev/blog/gopls-scalability
Language server compilation error and no syntax highlighting in vscode when code is valid on Windows
> @Peefy I've added [branch error2](https://github.com/markphillips100/kcllsp-test/tree/error2) and included one of my real compositions. Note, there seems to be a separate issue in regards to some schema complaints around `matchControllerRef`. You'll...
> @Peefy I worked on hover.rs chnaged few things in build_schema and inside the hover function > > But, can you exactly tell what the change needs to look like...
Rust-analyzer solution does not seem to be suitable, it is highlighted through markdown code blocks, like \`\`\`rust some code \`\`\` but \`\`\`kcl is not work in markdown. Maybe we can...
stable sort #225
> Hi! I would like to work on this issue under the upcoming LFX term. Are there ant related issues to the same, which I can parse through or try...