- Notifications
You must be signed in to change notification settings - Fork2.1k
Seamless IntelliJ based Integration
David Refoua edited this pageOct 26, 2023 ·6 revisions
To run Cmder as any IntelliJ-based IDEs, you may follow these steps:
Make sure thatthe
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.cmdIn your IDE environment, pressCtrl + Alt + S and type
terminalin the search box.In theShell path, changecmd.exe to one of the following:
cmd.exe /k "%CMDER_ROOT%\vendor\bin\cmder_shell.cmd"
If you prefer to use PowerShell edition of Cmder, enter this instead:
cmd.exe /c %SystemRoot%/System32/WindowsPowerShell/v1.0/powershell.exe -ExecutionPolicy Bypass -NoLogo -NoProfile -NoExit -Command "Invoke-Expression '. ''%CMDER_ROOT%/vendor/profile.ps1'''"PressAlt + F12 to open the IDE's terminal with Cmder.
For more information/issues and a demo, read our guidehere andhere.