redhat-developer / redhat-developer/quarkus-ls
Set kind for completion, symbol of Quarkus properties according phase
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 50
- Forks
- 18
- Avg merge
- 22h 11m
- Merged PRs (30d)
- 3
Description
A Quarkus properties has a phase:
- runtime
- buildtime
- runtime & buildtime
It should be good to see that quickly by using kind:
- for completion
- for symbol
@fbricon have you some idea which kind we could use for the each phases. For the moment we use Property kind for completion https://github.com/redhat-developer/quarkus-ls/blob/master/quarkus.ls/com.redhat.quarkus.ls/src/main/java/com/redhat/quarkus/services/QuarkusCompletions.java#L121.
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.
Research direction
Start in quarkus.ls/com.redhat.quarkus.ls/src/main/java/com/redhat/quarkus/services/QuarkusCompletions.java at the current Property kind used for completion. Trace how property phases are represented and where completion and symbol kinds are assigned. Done means runtime, buildtime, and runtime & buildtime properties are distinguishable in both completion and symbol results.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100