31

I decided to try Windows 10, but having problem to make terminal works inside WebStorm/PhpStorm.

When I open terminal, sometimes it's completely black, sometimes it loads the project folder but I cannot type there. There is a way to run it in the external window, but I just got accustomed to work with console like internal window inside WebStorm/PhpStorm...

I tried cmd, Power Shell - same results.

Any ideas?

NoNameProvided
  • 8,608
  • 9
  • 40
  • 68
Svitlana
  • 2,324
  • 4
  • 22
  • 31

2 Answers2

68

Workaround: Terminal works fine in Windows 10 if you use legacy console.

To do so, open a command prompt window, right click on the title, then select Properties. At the bottom, check "Use legacy console". Confirm the dialog window and go back to WebStorm to launch a new terminal. It should work.


In any case, this is the ticket to watch after:

https://youtrack.jetbrains.com/issue/IDEA-143300 -- star/vote/comment to get notified on progress.

UPDATE: This issue has now been resolved -- the fix will arrive in next major version -- PhpStorm v10/WebStorm v11 (or whatever that version will be as long as it's based on 142.xx branch or newer).


UPDATE: For those who have problems with right clicking and finding "Properties" menu entry:

enter image description here

enter image description here

LazyOne
  • 158,824
  • 45
  • 388
  • 391
  • Thank you, sir!!! It bothered me so much that I was going to come back to Windows 8, you saved me 3 hours. – Svitlana May 13 '15 at 12:45
  • fantastic! That was driving me insane – Jonesopolis Jul 15 '15 at 02:16
  • Vote up because its works, but its ridiculous that I have to reconfigure my OS to use PHPStorm, this bug should have been fixed by the creators before Windows 10 release! – NoNameProvided Jul 31 '15 at 12:27
  • I cannot find the properties setting when I right click on the Terminal title at the top of bottom of the popup terminal. I am getting things like Show Toolbar, floating mode, docked mode, pinned mode, etc but nothing that says properties. Any ideas? – Wally Kolcz Aug 06 '15 at 00:37
  • @WallyKolcz This should be performed in Windows 10 Terminal and NOT PhpStorm/WebStorm/another-JB-IDE. http://www.isunshare.com/windows-10/enable-use-legacy-console-for-command-prompt-in-windows-10.html – LazyOne Aug 06 '15 at 08:39
  • @LazyOne that issue on youtrack appears to be resolved, so it won't allow more votes. thx for the fix! – James Gentes Aug 12 '15 at 03:16
  • @LazyOne The time you took, coming back and editing, is to be applauded, sir. I said, good day. – hammus Sep 05 '15 at 08:58
  • Thanks a lot, you saved me! – Demven Weir Jun 09 '16 at 11:42
1

Just for the record: I have confirmation from JetBrains that it will be fixed (i.e. work with non-legacy mode) in WebStorm 11 which is scheduled for the beginning of November. In the EAP version it should already work.

PzYon
  • 2,963
  • 3
  • 16
  • 27
  • Thank you, PzYon. It's already working but it's nice to have it officially fixed. P.S. Honestly, developer should be flexible for any changes, but this issue was very annoying for me and 1 week with External Power shell made me very said but a good guy LazyOne showed in the right time and saved all of us - HAPPY END! – Svitlana Oct 03 '15 at 17:17