-
Notifications
You must be signed in to change notification settings - Fork 2k
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_ROOT
environment 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
terminal
in the search box. -
In the Shell path, change cmd.exe to the following:
cmd.exe /k "%CMDER_ROOT%\vendor\bin\cmder_shell.cmd"
![Cmder_IntelliJ](https://private-user-images.githubusercontent.com/4673812/277939964-8e40f6f5-b100-48d1-b557-0231c771abb4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxODAwNzEsIm5iZiI6MTczOTE3OTc3MSwicGF0aCI6Ii80NjczODEyLzI3NzkzOTk2NC04ZTQwZjZmNS1iMTAwLTQ4ZDEtYjU1Ny0wMjMxYzc3MWFiYjQucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTBUMDkyOTMxWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NjZmZGFlOTM5YmRmYjNjOGMxODhiODYxZGI4ZDkxZmQ2YjYzYmU3ODhkM2ExNThhM2E0MTZmMzdjYmQyY2RjZiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.5UGgw2ZoEpu2qs_ambSbkuB4oK43lLLJUIVpzPTZyt0)
- Press Alt + F12 to open the IDE's terminal with Cmder.
For more information/issues and a demo, read our guide here and here.