-
Notifications
You must be signed in to change notification settings - Fork 456
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
Is it possible to have java.util.List on favorite? #3414
Comments
You mean in a case like this ? I don't think this is possible yet, but it's very similar to part of eclipse-jdtls/eclipse.jdt.ls#1423, and eclipse-jdtls/eclipse.jdt.ls#2484 . In fact the exact same issue ( |
This certainly worths optimization. In a typical Spring Boot project (spring-petclinic), numerous |
I have the same problem.
|
|
Using |
When trying to import List from java.util (
java.util.List
) this option is way down in the list of possible packages. Is there any option to make it go up, something like a default or favorite option? (I'm aware of the java.completion.favoriteStaticMembers, that's why I'm asking). Thanks in advance.Environment
Steps To Reproduce
[Please attach a sample project reproducing the error]
No sample project required (IMO).
Please attach logs
No errors to show.
Current Result
It's required to scroll down and look for this package.
Expected Result
Since this is a quite common package, I'd like to see it on top.
Additional Informations
None.
The text was updated successfully, but these errors were encountered: