Open p-spacek opened 6 months ago
add data property (with schema title) to property completion items this extra info can be used later in the client
I tried to implement this inside the YLS, but the types don't correspond with vscode client, the unfinished implementation is here: https://github.com/redhat-developer/yaml-language-server/commit/54e817fd3a1243bf39ea0f8ac348b6d87290154d I can add this implementation into the YLS later, once the types will be solved
server types vs vscode types
example of usage:
unit test
coverage: 84.179% (+0.005%) from 84.174% when pulling c5188d69789ef78157cf70f9f3c39eff2e8f5b58 on jigx-com:feat/add-extra-data-to-property-completion into 7203630540f35c88731bcf03ac41ca90b5919125 on redhat-developer:main.
What does this PR do?
add data property (with schema title) to property completion items this extra info can be used later in the client
I tried to implement this inside the YLS, but the types don't correspond with vscode client, the unfinished implementation is here: https://github.com/redhat-developer/yaml-language-server/commit/54e817fd3a1243bf39ea0f8ac348b6d87290154d I can add this implementation into the YLS later, once the types will be solved
server types vs vscode types
example of usage:
What issues does this PR fix or reference?
Is it tested? How?
unit test