Skip to content

inner classes #41

@concon121

Description

@concon121

As the title says, the package doesn't currently autocomplete when inner classes are involved. Consider the example:

javax.ws.rs.core.Response.ok().build();

Response.ok() returns an instance of the static inner class Response.ResponseBuilder, on which I can call the build() method. However, this does not seem to get recognised by the package.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions