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
Autocompletion does not work with enum ctors #454
Comments
|
What sort of completion are you expecting? a default string value? from a constant in the imports? |
|
It's not about strings. String was to show it. It could be something like this: |
|
I can reproduce the same problem with stock Eclipse. Opened upstream issue: https://bugs.eclipse.org/bugs/show_bug.cgi?id=532366 |
|
Yup!! Having the same issue. So anybody working on it ?? |
|
It was fixed upstream today: https://bugs.eclipse.org/bugs/show_bug.cgi?id=532366#c16 It might take a few weeks before we can consume those bits. |
|
Looks like the fix has finally made it into eclipse.jdt.ls with the recent updates to the target platform! I can no longer reproduce the bug after trying eclipse-jdtls/eclipse.jdt.ls@5483c3a, so I think this issue can be closed now. |
The title explains it all. You can't use intellisense in enums' ctors:
Environment
Steps To Reproduce
Current Result
You don't get any autocompletion
Expected Result
Intellisense should work normally
The text was updated successfully, but these errors were encountered: