-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Seamless IntelliJ based Integration
David Refoua edited this page Oct 25, 2023
·
6 revisions
To run Cmder as any IntelliJ-based IDEs, you may follow these steps:
-
Make sure that the
CMDER_ROOTenvironment variable is set to the correct path.
👉Note: Also make sure you have updated your Cmder installation to the latest version.
The following file should exist:[cmder_root]\vendor\bin\cmder_shell.cmd -
In your IDE environment, press Ctrl + Alt + S and type
terminalin the search box. -
In the Shell path, change cmd.exe to the following:
cmd.exe /k "%CMDER_ROOT%\vendor\bin\cmder_shell.cmd"
- Press Alt + F12 to open the IDE's terminal with Cmder.
For more information/issues and a demo, read our guide here and here.