autocomplete-java icon indicating copy to clipboard operation
autocomplete-java copied to clipboard

inner classes

Open concon121 opened this issue 8 years ago • 0 comments

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.

concon121 avatar May 17 '16 08:05 concon121