Any way to use Cmder terminal in PHPstorm

Answered

When I try to set Cmder (http://cmder.net/) as the default terminal in phpstorm 2016.2, it's giving the following error: JAVA IO exception: couldn't create PTY. 

 

Any way to make this work and have this one embedded in PHPStorm?

 

 

 

0
2 comments
Avatar
Vladimir Luchansky

Hello,

Please try to enclose the path within double quotes.

We also have a related request submitted to our tracker here: <https://youtrack.jetbrains.com/issue/IDEA-156425>. Please vote for it in order to move it up in the queue and receive notifications regarding the progress of the feature. See more information on working with tracker at <https://intellij-support.jetbrains.com/hc/en-us/articles/207241135-How-to-follow-YouTrack-issues-and-receive-notifications>.

0

Yes, there is. Define an environment variable with your install path to Cmder.exe, then call it that way from the PhpStorm terminal settings:

"cmd.exe" /k ""%CMDER_ROOT%\vendor\init.bat""

Source:

https://github.com/cmderdev/cmder/issues/282#issuecomment-219684282

1

Please sign in to leave a comment.