OpenLiberty / liberty-tools-intellij

IntelliJ IDEA extension for Liberty
https://plugins.jetbrains.com/plugin/14856-open-liberty-tools
Eclipse Public License 2.0
11 stars 24 forks source link

Investigate support for inlay hints for MicroProfile LS. #918

Open mrglavas opened 1 month ago

mrglavas commented 1 month ago

IntelliJ Quarkus is displaying the resolved values of properties in microprofile-config.properties. See comment here: https://github.com/redhat-developer/lsp4ij/discussions/452#discussioncomment-10362148.

image

I'm not seeing this activated in our current development branch: https://github.com/OpenLiberty/liberty-tools-intellij/tree/lsp4ij-market-0.3.0-integration. Looks like there's something we still need to integrate. We should investigate. The timing of this should probably be around the time we align with a new level of LSP4MP4iJ (see https://github.com/OpenLiberty/liberty-tools-intellij/issues/841) or later.

mrglavas commented 1 week ago

Confirming that the recent upgrades to LSP4iJ 0.4.0 and refresh of LSP4MP4iJ that were recently merged on to the main branch did not enable this function. FYI @turkeylurkey @TrevCraw.