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

Improve the relevance of code completion list #1328

Open
testforstephen opened this issue May 17, 2024 · 0 comments
Open

Improve the relevance of code completion list #1328

testforstephen opened this issue May 17, 2024 · 0 comments

Comments

@testforstephen
Copy link
Contributor

When typing 'List' in the spring-petclinic project, the commonly used class java.util.List does not appear at the top of the completion list, which can be confusing for users. To address this, we suggest introducing a mechanism such as a favorite completion list to influence the completion relevance. By adding commonly used classes from java.util.* to the favorite list, they can be prioritized and appear at the top of the completion list.

image

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

No branches or pull requests

1 participant