Question: Code Intelligence for Java does not work?
Repl link/Link to where the bug appears:
When I try to use the code intelligence to help with autocompletion and hints, nothing ever shows up. I’ve tried using ctrl+space, nothing. My code intelligence is on, there is no need to ask me to check.
I’ve tried to create new projects, and it does work with Python, not Java though. Why’s that?
Screenshots, links, or other helpful context:
// Literally just the default code
class Main {
public static void main(String[] args) {
System.out.println("Hello world!");
}
}