Skip to content

Provide a better support for Quarkus property value #69

@angelozerr

Description

@angelozerr

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).

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions