intellij ide 集成cmder

1、环境变量配置: https://github.com/cmderdev/cmder/wiki/Setting-up-Environment-Variables

2、intellijide的配置:https://github.com/cmderdev/cmder/wiki/Seamless-IntelliJ-based-Integration

---------------------------------------------------------------------

ide配置方案如下:

Android Studio,PHPStorm和其他基于IntelliJ的IDE

要将Cmder作为任何基于IntelliJ的IDE运行,您可以按照以下步骤操作:

  1. cmder_shell.bat在Cmder安装目录中创建一个新文件,其中包含以下内容: @cmd.exe /k %0\..\vendor\init.bat

  2. 在你的IDE环境,按Ctrl + Alt + S和类型terminal在搜索框中。

  3. Shell路径中,将cmd.exe更改为以下内容: [cmder_root]\cmder_shell.bat

[cmder_root]用您的Cmder安装目录替换
提示:您可以定义要用作的环境变量[cmder_root]

  1. 按下Alt + F12以使用Cmder打开IDE的终端。

有关更多信息/问题和演示,请在此处此处阅读我们的指南

猜你喜欢

转载自www.cnblogs.com/zhangshiwen/p/10890451.html