Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Seamless IntelliJ based Integration

David Refoua edited this pageOct 26, 2023 ·6 revisions

Android Studio, PHPStorm and other IntelliJ-based IDEs

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

  1. Make sure thattheCMDER_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

  2. In your IDE environment, pressCtrl + Alt + S and typeterminal in the search box.

  3. In theShell path, changecmd.exe to one of the following:
    cmd.exe /k "%CMDER_ROOT%\vendor\bin\cmder_shell.cmd"

    Cmder_IntelliJ

    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'''"
  4. PressAlt + F12 to open the IDE's terminal with Cmder.

For more information/issues and a demo, read our guidehere andhere.

Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp