-
Notifications
You must be signed in to change notification settings - Fork 127
:JavaSearchContext never works #585
Comments
Can you run the command again, but with
That should print the full stack trace which you can then post here. |
|
I'm having the same issue for any built in types (e.g. Here's an output from
It's obvious that it pulls up the file Note: This works on a project using java8, so I think it's because of the changed structure layout of the JDK (since Java9) causing this. Note2: In a Java10 project, the |
If, for instance, my cursor is on the
S
inSystem.out.println("Hello World");
in a basic demo file, and I run:JavaSearchContext
, I get:An analogous error appears for anything else in the standard libraries.
This is with Oracle JDK 10 on Ubuntu 18.04.
The text was updated successfully, but these errors were encountered: