简体   繁体   English

如何在特定位置启动新的WebStorm窗口?

[英]How to start a new WebStorm window on a specific location?

I've created a WebStorm command-line launcher using Tools -> Create Command-line launcher. 我使用工具 - >创建命令行启动器创建了一个WebStorm命令行启动器。 However, I would like to open a new WebStorm window (so while I already have one open) through the commandline. 但是,我想通过命令行打开一个新的WebStorm窗口(所以我已经打开了一个窗口)。 Is there any way to do this? 有没有办法做到这一点?

显然你可以给webstorm打开多个参数,例如:

wstorm /home/user/project1/ home/user/project2/

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

相关问题 如何使用 URL 的参数从命令行启动 Edge,但在新的 window 中打开它? - How do I start Edge from the command line with an argument for URL but open it in a new window? 如何在Windows上的webstorm中设置grunt - how to setup grunt in webstorm on windows 如何从具有定义大小的perl启动Firefox窗口? - How can I start a firefox window from perl with a defined size? 如何在同一个窗口中从Windows命令行启动Tomcat 7? - How to start Tomcat 7 from Windows command line in the same window? 如何将bat文件的输出保存到特定位置 - How do I save the output of the bat file to a specific location 如何使用新名称将目录和内容复制到同一位置 - How do I Copy a directory and contents to the same location with a new name Windows命令行:如何在特定文件夹中启动程序 - Windows command line: how to start a program in a specific folder 如何通过cmd最大化特定窗口? (视窗) - How can I maximize a specific window through cmd? (Windows) 如何在新的命令行窗口中运行2个命令? - How do I run 2 commands in a new command line window? 如何在Mac上通过命令行使用JavaScript窗口设置打开新的Chrome窗口 - How to open a new chrome window with javascript window settings through the command line on a mac
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM