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

java.util.List.* in "java.completion.favoriteStaticMembers" has no effect on completion #3564

Closed
fbricon opened this issue Apr 4, 2024 · 2 comments · Fixed by eclipse-jdtls/eclipse.jdt.ls#3130

Comments

@fbricon
Copy link
Collaborator

fbricon commented Apr 4, 2024

As I commented in #1386 (comment):

For some reason java.util.List.* doesn't work

"java.completion.favoriteStaticMembers": [
"java.util.List.*",
]

Screenshot 2024-04-05 at 00 44 26

but java.util.List.of does:

"java.completion.favoriteStaticMembers": [
"java.util.List.of",
...
]

Screenshot 2024-04-05 at 00 34 46
@snjeza
Copy link
Contributor

snjeza commented Apr 6, 2024

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/

@snjeza snjeza added the upstream label Apr 7, 2024
@rgrunber
Copy link
Member

rgrunber commented Apr 8, 2024

Thanks for the info @snjeza . I'll do the update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

3 participants