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

[GH-2620] consider the cursor location in completions #3345

Closed
wants to merge 2 commits into from

Conversation

angelickite
Copy link

What it does

Add cursor awareness to various auto-completion situations.

Fixes #2620 specifically and probably also bug 575025, eclipse-jdt/eclipse.jdt.ui#1804, and probably some others.

How to test

I've included some tests. A thorough description can be found in #2620.

Author checklist

@jukzi
Copy link
Contributor

jukzi commented Nov 26, 2024

Thanks for contributing. The commit message does not match the recommendations for this repository. Please read
https://github.com/eclipse-jdt/.github/blob/main/CONTRIBUTING.md#commit-message-recommendations

@angelickite
Copy link
Author

Thanks for contributing. The commit message does not match the recommendations for this repository. Please read https://github.com/eclipse-jdt/.github/blob/main/CONTRIBUTING.md#commit-message-recommendations

I am not familiar with the options that you have for this repository but have seen that you can probably squash merge into master? So is it sufficient for me to push an empty commit that only contains the new commit message?

@jukzi
Copy link
Contributor

jukzi commented Nov 26, 2024 via email

@angelickite
Copy link
Author

I have created a new pull request: #3350

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Faulty/Undesired CodeCompletion behaviour
2 participants