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

Show the entire javadoc on hovering/completion #313

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nya3jp
Copy link

@nya3jp nya3jp commented Mar 19, 2025

We used to show only the first sentence on hovering/completing identifiers. This patch allows parsing the whole javadoc.

MarkdownHelper used to manually parse javadoc and thus was hard to extend to support various javadoc syntaxes. So this patch overhauls it to use DocTreeScanner to scan the parsed javadoc AST.

We used to show only the first sentence on hovering/completing
identifiers. This patch allows parsing the whole javadoc.

MarkdownHelper used to manually parse javadoc and thus was hard to
extend to support various javadoc syntaxes. So this patch overhauls it
to use DocTreeScanner to scan the parsed javadoc AST.
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

Successfully merging this pull request may close these issues.

1 participant