Not able to type anything in intellij idea terminal latest version on Windows 10

泄露秘密 提交于 2019-12-05 09:47:03

问题


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.


回答1:


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.




回答2:


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:

  1. I opened cmd.exe
  2. created a mvn project using "mvn archetype:generate -Dfilter=org.jbehave:jbehave"
  3. then switching to the project root via cmd.exe "mvn idea:idea"
  4. changed it to a gradle project by "gradle init"
  5. Opened this project in intelliJ, everything looked good until I tried to build it via terminal
  6. I closed the cmd.exe I opened in step1, and voila, everything started to work fine.



回答3:


(Linux:) A simple Control + C seems to help.

PS: No, that does not indicate that someone is just unable to quit a program that is running in the terminal. That is not the problem here.



来源:https://stackoverflow.com/questions/30425857/not-able-to-type-anything-in-intellij-idea-terminal-latest-version-on-windows-10

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!