Skip to content

Javadoc comments not appearing in VSCode #239

Open
@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

    bugSomething isn't workingupstream

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions