IntelliJ IDEA doesn't intercept JLine code completion in bebug mode
Asked Answered
A

1

4

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?

Abbeyabbi answered 17/2, 2015 at 21:45 Comment(1)
Jline code completion is not compatible with Idea's console (see the discussion about this bug and jline.WindowsTerminal class javadoc)Gosney
H
0
 jline.TerminalFactory.registerFlavor(TerminalFactory.Flavor.WINDOWS, jline.UnsupportedTerminal.class);
Hallette answered 24/5, 2016 at 21:27 Comment(2)
The description of your solution would help to understand it.At
As I understand, it's the same as adding of -Djline.terminal=jline.UnsupportedTerminal into parametersGosney

© 2022 - 2024 — McMap. All rights reserved.