eclipse / lsp4mp

Technology lsp4mp
Eclipse Public License 2.0
21 stars 27 forks source link

Resolve system properties/environment variables while browsing the application.properties values #448

Open fbricon opened 1 week ago

fbricon commented 1 week ago

Originally reported as https://github.com/redhat-developer/intellij-quarkus/issues/1331

It would be nice if the current System properties (eg. user.name) is resolved while browsing the application.properties values: image

it is supported in MP Config according to @gastaldi

*_KEY, *_SECRET and *_PASSWORD should be obfuscated.

I initially started looking at an IJ implem in https://github.com/fbricon/intellij-quarkus/commit/a22b996b8a32bca298d636930f1d58e8c7a7a1c2 (validation and completion still didn't work), but this should better be done at the language server level directly.