Open
Description
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
- Operating System: Linux
- JDK version: 17.0.8
- Visual Studio Code version: 1.84.2
- Java extension version: 1.25.0
Steps To Reproduce
- Create a blank Java project
- Start typing "List"
- One can see lots of List packages but no java.util.List.
[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.