We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
java.util.List.*
As I commented in #1386 (comment):
For some reason java.util.List.* doesn't work
"java.completion.favoriteStaticMembers": [ "java.util.List.*", ]
but java.util.List.of does:
java.util.List.of
"java.completion.favoriteStaticMembers": [ "java.util.List.of", ... ]
The text was updated successfully, but these errors were encountered:
This is an upstream jdt.core issue. eclipse-jdt/eclipse.jdt.core@7b4acd1 fixes it We have to update https://download.eclipse.org/jdtls/jdt-core-incubator/snapshots/
Sorry, something went wrong.
Thanks for the info @snjeza . I'll do the update.
rgrunber
Successfully merging a pull request may close this issue.
As I commented in #1386 (comment):
For some reason
java.util.List.*
doesn't workbut
java.util.List.of
does:The text was updated successfully, but these errors were encountered: