-
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
weird intellisense behavior #2758
weird intellisense behavior #2758
Comments
This is most likely a manifestation of eclipse-jdt/eclipse.jdt.core#495 |
Added https://github.com/redhat-developer/vscode-java/wiki/Troubleshooting#turn-off-lombok-support since determining this was happening in JDT-LS as well was tricky. |
@rgrunber / @snjeza can you check if eclipse-jdt/eclipse.jdt.core#495 is available in the latest jdt.ls/vscode-java build and close this issue if it's fine? |
@fbricon it isn't available in I20230629-1800 - https://github.com/eclipse/eclipse.jdt.ls/blob/da3292f8481561ec3ccaa39cf3021ec4f2487101/org.eclipse.jdt.ls.target/org.eclipse.jdt.ls.tp.target#L32 We should update the target platform to https://download.eclipse.org/eclipse/updates/4.29-I-builds/I20230726-1800/ |
Discussed in #2749
Originally posted by rafaeltuelho October 21, 2022
I noticed a weird behavior when trying IntelliSense on a
java.util.Optional
. Look at this gif recording.The text was updated successfully, but these errors were encountered: