I am using Intellij idea 14.1.3 latest community version. I am not able to type a single letter in the terminal. I am not getting whats the issue. Could anybody help me to solve the issue.
Open the Log tab of the Git tool window from the terminalType a supported command in the terminal and notice how it is highlighted. Instead of pressing Enter , which runs the command in the terminal, press Ctrl+Enter to open the corresponding GUI element.
Start typing. By default, IntelliJ IDEA displays the code completion popup automatically as you type. If automatic completion is disabled, press Ctrl+Shift+Space or choose Code | Code Completion | Type-Matching from the main menu. If necessary, press Ctrl+Shift+Space once again.
Create a query consoleClick a data source and select File | New | Query Console. Right-click a data source and select New | Query Console. Click a data source, press Alt+Insert , and select Query Console. Click a data source, press Ctrl+Shift+F10 , and select New Query Console.
This is tracked in JetBrains bug tracker here: https://youtrack.jetbrains.com/issue/IDEA-143300 Please vote for this issue.
There is a workaround which is to enable Legacy mode for the Windows shell.
To do so, open a command prompt window (cmd.exe
), right click on the title, then select Properties
. At the bottom, check Use legacy console
. Confirm the dialog. Go back to the IDE and launch a new Terminal. It should work.
I faced the same problem in IntelliJ while I was working on a gradle-jbehave project. My problem was I had created the project using commandline and had left the command prompt window open. The issue disappeared when I closed all the open command prompt windows, ie:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With