redhat-developer / quarkus-ls

Language server for Quarkus tooling
Eclipse Public License 2.0
43 stars 15 forks source link

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

Open angelozerr opened 4 years ago

angelozerr commented 4 years ago

A Quarkus properties has a phase:

It should be good to see that quickly by using kind:

@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 commented 4 years ago

Maybe using the new proposed tag API will be more suited than assigning random completion item kinds. See https://github.com/microsoft/vscode/issues/23927