【发布时间】:2022-11-09 11:30:39
【问题描述】:
I'm currently working on a java project using VSCode and when I hover an object, type or method name, documentation isn't showing anymore. I do not know why or what I did to change that.
In the following picture, I am hovering the first occurence of ByteBuyUtils, and as we can see, nothing is shown.
Here is a picture found on google pictures showing what I want to get when hovering something :
example of what I want when hovering code
I'm using 1.65.1 version of VSCode, on Ubuntu 21.10. I am using openjdk version "18-ea" 2022-03-15.
The following extensions are installed on my VSCode :
- Language Support for Java(TM) by Red Hat
- Debugger for Java
- Test Runner for Java
-
this is a editor problem!!
-
Yes, probably, but this doesn't change the fact that I don't know how to fix it
-
just search for a java extension in vscode extensions, and install it
-
I edited the post
-
Sometimes Test Runner for Java will have some conflicts with Red Hat extension, can you uninstall the extension "Test Runner for Java" and restart VS Code to see if it works?
标签: java visual-studio-code javadoc