在 PhpStorm 2019.1 中缺少创建命令行启动器
Missing Create Command-line Launcher in PhpStorm 2019.1
PhpStorm 2019.1 中缺少 Tools | Create Command-line Launcher
(参见文档:https://www.jetbrains.com/help/phpstorm/working-with-the-ide-features-from-command-line.html#enable-cmd)
现在有人知道怎么做吗? (我在 MacOS Mojave 上)
谢谢:)
当 IDE 通过 Toolbox 或 Snap 安装时,Create Command-line Launcher... 操作不再可用(脚本对安装进行硬编码随每次更新而变化的路径)。
请参阅IDEA-206235中的答案:
The change is intentional, as generated launchers contain hard-coded paths and stop working after upgrade.
The recommended solution is using scripts provided by Toolbox (Settings | Generate shell scripts in TB app), which support same options as launchers.
At the moment, TB-generated scripts incorrectly pass arguments to the IDE on macOS, but the team is going to fix this (please follow TBX-3314).
As a workaround, one may remove leading open -a part from the script.
PhpStorm 2019.1 中缺少 Tools | Create Command-line Launcher
(参见文档:https://www.jetbrains.com/help/phpstorm/working-with-the-ide-features-from-command-line.html#enable-cmd)
现在有人知道怎么做吗? (我在 MacOS Mojave 上)
谢谢:)
当 IDE 通过 Toolbox 或 Snap 安装时,Create Command-line Launcher... 操作不再可用(脚本对安装进行硬编码随每次更新而变化的路径)。 请参阅IDEA-206235中的答案:
The change is intentional, as generated launchers contain hard-coded paths and stop working after upgrade.
The recommended solution is using scripts provided by Toolbox (Settings | Generate shell scripts in TB app), which support same options as launchers.
At the moment, TB-generated scripts incorrectly pass arguments to the IDE on macOS, but the team is going to fix this (please follow TBX-3314).
As a workaround, one may remove leading open -a part from the script.