Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set kind for completion, symbol of Quarkus properties according phase #59

Open
angelozerr opened this issue Aug 29, 2019 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@angelozerr
Copy link
Contributor

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.

@fbricon
Copy link
Collaborator

fbricon commented Aug 29, 2019

Maybe using the new proposed tag API will be more suited than assigning random completion item kinds. See microsoft/vscode#23927

@fbricon fbricon added the enhancement New feature or request label Aug 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants