OpenLiberty / liberty-tools-intellij

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

Suggestions not listed as per the filter text in bootstrap.properties file #989

Open SuparnaSuresh opened 1 week ago

SuparnaSuresh commented 1 week ago

In bootstrap.properties file if we enter the property related to the "com.ibm.ws.logging.console.l" suggestions are not getting filtered properly based on the text entered. Instead of that its showing additional values. See the screenshot below.

image (9)

angelozerr commented 1 week ago

Please follow https://github.com/redhat-developer/lsp4ij/pull/539 which should fix your issue.

SuparnaSuresh commented 1 week ago

Hi @angelozerr, Issue is still persist with the latest nightly build - [0.6.0-20240926-013140].

https://github.com/user-attachments/assets/6e8fff40-2d23-4ed5-9b3e-b667d1e65c3f

For 'format', suggestion is as expected. But the suggestion listed based on the previous occurrence of the text entered in the case of 'log' and 'source' for 'com.ibm.ws.logging.console.'. That is for 'log', when we start typing from letter 'l', it checks the occurrence from the start ( left side - can see the blue highlighted position for 'l' ) , similar issue for 'source' since there is already an occurrence of 's' in the suggestion list.

angelozerr commented 1 week ago

Ok thanks for your feedback. I suspect it is a problem with prefix. I will see that when I will find time.