I tried to run simple Java application wich is used code completion. When I run it in separate console it works like a charm. But when I try to it via IntelliJ IDEA, then my IDE doesn't intercept code completion actions in debug mode.
I tried to add to my VM options
-Djline.terminal=jline.UnsupportedTerminal
But it doesn't help me.
Maybe there is someone who faced with this problem?