kcl-lang / kcl

KCL Programming Language (CNCF Sandbox Project). https://kcl-lang.io
https://kcl-lang.io
Apache License 2.0
1.41k stars 110 forks source link

feat: lsp completion for internal pkg from program root #1445

Closed He1pa closed 1 week ago

He1pa commented 1 week ago

1. Does this PR affect any open issues?(Y/N) and add issue references (e.g. "fix #123", "re #123".):

2. What is the scope of this PR (e.g. component or file name):

kclvm/tools/src/LSP/src/completion.rs

3. Provide a description of the PR(e.g. more details, effects, motivations or doc link):

lsp completion for internal pkg from program root

4. Are there any breaking changes?(Y/N) and describe the breaking changes(e.g. more details, motivations or doc link):

5. Are there test cases for these changes?(Y/N) select and add more details, references or doc links:

coveralls commented 1 week ago

Pull Request Test Coverage Report for Build 9679474748

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
kclvm/tools/src/LSP/src/completion.rs 55 69 79.71%
<!-- Total: 55 69 79.71% -->
Totals Coverage Status
Change from base Build 9678513942: 0.007%
Covered Lines: 55879
Relevant Lines: 78218

💛 - Coveralls