Skip to content

Seamless IntelliJ based Integration

David Refoua edited this page May 1, 2018 · 6 revisions

Android Studio, PHPStorm and other IntelliJ-based IDEs

To run Cmder as any IntelliJ-based IDEs, you may follow these steps:

  1. Create a new cmder_shell.bat file in your Cmder installation directory, with the following contents: @cmd.exe /k %0\..\vendor\init.bat

  2. In your IDE environment, press Ctrl + Alt + S and type terminal in the search box.

  3. In the Shell path, change cmd.exe to the following: [cmder_root]\cmder_shell.bat

(Substitude [cmder_root] with your Cmder installation directory.)

  1. Press Alt + F12 to open the IDE's terminal with Cmder.

For more information/issues and a demo, read our guide here and here.