Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
4 tasks done
mrglavas opened this issue Sep 6, 2024 · 0 comments · Fixed by #1203
Closed
4 tasks done

Comments

@mrglavas
Copy link
Contributor

mrglavas commented Sep 6, 2024

In a recent PR delivered in LSP4iJ: redhat-developer/lsp4ij#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: #897 for more background information.

Current Scenarios we have right now:

  • Full capital case letters insert into server.env
  • Full lowercase letters insert into bootstrap.properties

Planned Scenarios to Add Tests as part of this issue fix:

  • Full lowercase letters insert into server.env
  • A mix of lowercase and capital case letters insert into server.env
  • Full capital case letters insert into bootstrap.properties
  • A mix of lowercase and capital case letters insert into bootstrap.properties
@mrglavas mrglavas added this to the 24.0.9 milestone Sep 6, 2024
@TrevCraw TrevCraw modified the milestones: 24.0.9, Next Sep 23, 2024
@TrevCraw TrevCraw modified the milestones: Next, Next CI/CD Oct 29, 2024
@vaisakhkannan vaisakhkannan self-assigned this Dec 19, 2024
@vaisakhkannan vaisakhkannan moved this from New Issues to In Progress in Open Liberty Developer Experience Dec 19, 2024
@vaisakhkannan vaisakhkannan moved this from In Progress to In Review in Open Liberty Developer Experience Dec 20, 2024
vaisakhkannan added a commit that referenced this issue Jan 7, 2025
…nsitive-completion-

Add automated UI tests for case insensitive matching of completion items
@github-project-automation github-project-automation bot moved this from In Review to Sprint Closed in Open Liberty Developer Experience Jan 7, 2025
@TrevCraw TrevCraw moved this from Sprint Closed to Closed in Open Liberty Developer Experience Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment