Keep reading Java source in the editor. The member under the cursor is rendered in a Javadoc panel — including project sources and jar / JDT attached sources. Optional LLM translation shows a bilingual view next to the original documentation.
Features
Docked Javadoc panel that follows the cursor (bottom panel by default; you can drag it to a sidebar)
Renders the current class, method, or field /** … */ with signature and block tags
Understands {@code}, {@link}, {@linkplain}, {@literal}, {@value}, HTML entities (—, …), and tags such as @param, @return, @see, @since
Clickable links: {@link} / @see / HTML links jump in the editor; external URLs open in the browser
Works with jar / jdt dependency sources, not only workspace files
LLM translation via any OpenAI-compatible Chat Completions API (OpenAI, DeepSeek, Qwen-compatible endpoints, local Ollama, …)
Translation results are cached in extension global storage
Status bar JavaDoc item and editor title actions for quick access