OpenLiberty / liberty-tools-intellij

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

LSP4iJ: Develop automated UI tests for case insensitive matching of completion items. #953

Open mrglavas opened 2 months ago

mrglavas commented 2 months ago

In a recent PR delivered in LSP4iJ: https://github.com/redhat-developer/lsp4ij/pull/511 matching of completion items is now case insensitive. We should expand our testing, particularly for server.env and bootstrap.properties to cover scenarios with mixed casing and ensure the filtering is working correctly with case insensitive matching of completion items.

See discussion here: https://github.com/OpenLiberty/liberty-tools-intellij/issues/897 for more background information.