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 20 forks source link

Hover message is randomly blank or there is a helpful message #844

Closed turkeylurkey closed 5 days ago

turkeylurkey commented 1 week ago

Sometimes an empty result is displayed when I hover in a properties file. Other times we see helpful content but there is a second page which is blank. I opened an issue to track this in lsp4ij.

This issue found while working on #760. testMicroProfileConfigHover() was failing due to empty description in hover. For more details scroll to the bottom of issue 760.

turkeylurkey commented 6 days ago

I believe this is fixed on the 0618 version of lsp4ij. If we move up to that level we can close this issue.

TrevCraw commented 6 days ago

Hi @aparnamichael , can you please update the lsp4ij-market-0.0.2-integration feature branch to use the LSP4IJ stable version 0.0.2 and then test to see if this is still an issue?

@turkeylurkey please also follow up using the updated feature branch.

aparnamichael commented 5 days ago

I have tested in my local with 0.0.2 stable version. In that there is only 1 page and documentation is coming as expected.

0 0 2-hover-description

aparnamichael commented 5 days ago

@TrevCraw @turkeylurkey I have updated the lsp4ij-market-0.0.2-integration branch with lsp4ij 0.0.2 version.

turkeylurkey commented 5 days ago

I concur, I don't see the failure anymore either.

TrevCraw commented 5 days ago

@aparnamichael @turkeylurkey Thank you both for verifying!

I opened https://github.com/OpenLiberty/liberty-tools-intellij/issues/850 to cover adding a new automated test for this bug in the future. This issue can be closed.