Skip to content

Javadoc comments not appearing in VSCode #239

@lukehutch

Description

@lukehutch

JavaDoc comments are not working in VS Code. (Incidentally this applies to both the Anthropic and OpenAI Java APIs.)

My pom.xml:

        <dependency>
            <groupId>com.openai</groupId>
            <artifactId>openai-java</artifactId>
            <version>0.39.0</version>
        </dependency>
        <dependency>
            <groupId>com.anthropic</groupId>
            <artifactId>anthropic-java</artifactId>
            <version>0.9.2</version>
        </dependency>

A screenshot showing there is no JavaDoc:

Image

Browsing to that class, it is definitely missing JavaDoc, at least as it is pulled in by VS Code (is this decompiled or something??):

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions