-
Notifications
You must be signed in to change notification settings - Fork 446
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 Suggestion Details doesn't work right sometimes. #1258
Closed
Comments
Hi? Does anyone notice this bug? I think we should attach importance to this bug of a primary function. |
I can reproduce the issue with OpenJDK 13.0.1, both for I can see
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Steps To Reproduce
I don't know whether other methods' suggestion detail is wrong, I found this bug just now in
LinkedList
.list
ofLinkedList
list.add
. While you typing, suggestions pop up (or you can pressCtrl
+Space
). There should be details about methodadd
which is generated from the method's JavaDoc, but there's not.The ScreenShots
As we can see, details of method
addAll
works well, but there's no details aboutadd
. (As we know,add
method inLinkedList
does have a JavaDoc)Current Result
add
method inLinkedList
does not have suggestion detailsExpected Result
add
method should have details. AND MORE IMPORTANT, perhaps there's a bug about suggestion details for JavaDoc.The text was updated successfully, but these errors were encountered: