Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以从 IntelliJ 中的运行/调试配置系统运行自定义(shell)命令?我正在使用 IntelliJ (PhoneGap) 根本不支持的框架,我想在那里添加一些命令。
这应该适合你:
编辑配置 > 启动前 > 添加 > 运行外部工具
如果你有 Windows 或BashSupport for linux(可能还有 mac)操作系统,你可以使用批处理脚本插件。
通过在项目中放置bat或sh文件,您可以通过添加新的运行配置来执行它们。
bat
sh