redhat-developer / quarkus-ls

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

Support for List of enums in properties file #878

Open angelozerr opened 1 year ago

angelozerr commented 1 year ago

NativeConfig from Quarkus provides monitoring properties which is an opetional list of MonitoringOptions which is an options.

We should write:

quarkus.native.monitoring=HEAPDUMP,JVMSTAT

But have compeltion for enumeration separated by comma, but it doesn't work.