java-language-server icon indicating copy to clipboard operation
java-language-server copied to clipboard

Show the entire javadoc on hovering/completion

Open nya3jp opened this issue 1 year ago • 1 comments

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.

nya3jp avatar Mar 19 '25 16:03 nya3jp