Completion for properties value works for boolean (true, false) and enums. But for other case (ex : Level class for log Quarkus properties), it doesn't work.
The idea of this issue is to augment the properties values with a JSON settings (ex: for Level class,values are DEBUG, SEVERE, etc)
The Quarkus LS can provide a JSON settings by default about the properties values and user could extend it to add another values (ex : it adds a new Level).
Completion for properties value works for boolean (true, false) and enums. But for other case (ex : Level class for log Quarkus properties), it doesn't work.
The idea of this issue is to augment the properties values with a JSON settings (ex: for Level class,values are DEBUG, SEVERE, etc)
The Quarkus LS can provide a JSON settings by default about the properties values and user could extend it to add another values (ex : it adds a new Level).