redhat-developer / redhat-developer/quarkus-ls
Support for default value resolvers
Open
@AlexXuChen is already working on this.
Since Dec 16, 2021.
qute
template-file
- Dominant language
- Java
- Stars
- 50
- Forks
- 18
- Avg merge
- 22h 11m
- Merged PRs (30d)
- 3
Description
Once https://github.com/redhat-developer/quarkus-ls/issues/498 will be implented we must implements other value resolver like https://quarkus.io/guides/qute-reference#collections
We must collect those value resolvers:
- by reading doc at https://quarkus.io/guides/qute-reference
- by reading Qute code at https://github.com/quarkusio/quarkus/blob/main/independent-projects/qute/core/src/main/java/io/quarkus/qute/ValueResolvers.java
This issue is to declare those default value resolvers in https://github.com/redhat-developer/quarkus-ls/blob/master/qute.ls/com.redhat.qute.ls/src/main/resources/com/redhat/qute/project/datamodel/qute-resolvers.json and writ e tests.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.