问题描述
JetBrains IDE 中的所有(或几乎所有)运行配置"都提供了在执行过程中运行外部工具"的选项.有没有办法仅在运行配置中运行外部工具?
Alle (or nearly all) "run configurations" in JetBrains IDEs provide an option to run an "external tool" as part of their execution. Is there a way to only run an external tool in a run configuration?
推荐答案
不知道为什么需要它...我可以建议尝试 Bash 支持插件 (http://plugins.jetbrains.com/plugin/4230?pr=idea) - 它有一种通用"运行配置,可以用于运行任意可执行文件.看看它是否适合你.但请注意,这是 JetBrains 不负责的第三方插件
Not sure why you need it... I can suggest trying the Bash Support plugin (http://plugins.jetbrains.com/plugin/4230?pr=idea) - it has a kind of 'generic' run configuration that can be used for running arbitrary executable. See if it works for you. But note that it's a third-party plugin JetBrains is not responsible for
这篇关于有没有办法只运行“外部工具"?在 JetBrains “运行配置"中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!