redhat-developer / redhat-developer/quarkus-ls

Set kind for completion, symbol of Quarkus properties according phase

Open
#59 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.