简体   繁体   English

WebStorm-Windows 10的``工具''面板中缺少命令行启动器

[英]WebStorm - Command Line Launcher is missing from the Tools panel on Windows 10

I'm trying to follow this guide http://www.wisdomofjim.com/blog/webstorm-secret-tip-creating-command-line-launcher to add support for opening WebStorm in the current directory from a command line, but there is no such option in the Tools section: 我正在尝试遵循本指南http://www.wisdomofjim.com/blog/webstorm-secret-tip-creating-command-line-launcher来添加对从命令行在当前目录中打开WebStorm的支持,但是在“工具”部分没有这样的选项:

没有这样的选择

Can someone explain why this option is not available? 有人可以解释为什么此选项不可用吗?

Command Line launcher is only available on UNIX platforms, there is no such option for Windows. 命令行启动器仅在UNIX平台上可用,而Windows没有此类选项。 If you miss it, please vote for IDEA-114307 . 如果您错过了,请投票给IDEA-114307 If you like to start WebStorm from command prompt, open cmd console, cd to %WS_install_dir%/bin and run either webstorm64.exe or webstorm.bat . 如果要从命令提示符启动WebStorm,请打开cmd控制台,将cd转到%WS_install_dir%/bin并运行webstorm64.exewebstorm.bat If you like to start it from any directory, add %WS_install_dir%/bin to your system %PATH% 如果要从任何目录启动它,请将%WS_install_dir%/bin添加到系统%PATH%

See also https://www.jetbrains.com/help/webstorm/2017.1/opening-files-from-command-line.html 另请参阅https://www.jetbrains.com/help/webstorm/2017.1/opening-files-from-command-line.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM