redhat-developer / quarkus-ls

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

Provide properties completion after config: or within config:property|boolean|integer(...) #589

Open fbricon opened 2 years ago

fbricon commented 2 years ago

when doing completion on {config:|} or {config:property(|)} and similar methods, it'd be great to get completion proposal for quarkus properties. Add quotes and [] when necessary

angelozerr commented 2 years ago

This feature will require to provide custom completion, definition, hover, diagnostic.

In other words Qute LS must provide extension with particpants like we did for LemMinx. See https://github.com/redhat-developer/quarkus-ls/issues/606