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

Javadocs not displaying on hover #3539

Open
Phoenix-Starlight opened this issue Mar 20, 2024 · 0 comments
Open

Javadocs not displaying on hover #3539

Phoenix-Starlight opened this issue Mar 20, 2024 · 0 comments

Comments

@Phoenix-Starlight
Copy link

Hello, I have encountered an issue with displaying Javadocs on hover. I have narrowed down the problem to a single dependency that breaks the hover functionality for some classes/methods.

Environment
  • Operating System: Puppy Linux F96-CE
  • JDK version: IBM Semeru Runtime Open Edition 21.0.1.0 (build 21.0.1+12-LTS)
  • Visual Studio Code version: 1.87.2
  • Java extension version: 1.28.1
Steps To Reproduce
  1. [step 1] Open attached sample project
  2. [step 2] Hover on Spring annotations or DiscordJar in private static final DiscordJar api

[Please attach a sample project reproducing the error]
sample-project.zip

Please attach logs

client.log.2024-03-20.txt
log.txt

Current Result

Javadocs don't appear on hover

Expected Result

Javadocs appear on hover

Additional Informations

A lone direct dependency on spring-boot results in javadocs displaying for Spring annotations.
A direct dependency on spring-boot + dependency on discord.jar results in javadocs not displaying for Spring annotations nor discord.jar types.
A lone dependency on discord.jar results in javadocs not displaying for its own types (ex. DiscordJar) but they are present when viewed via Go to Definition or viewing some methods in code completion.
Using any transitive dependencies from discord.jar has their javadocs not appear (ex. Gson).

Signature help does display the javadocs as well, but not all of them (Spring annotations still don't show).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant