Robin_f
Robin_f

Reputation: 212

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. However, I would like to open a new WebStorm window (so while I already have one open) through the commandline. Is there any way to do this?

Upvotes: 1

Views: 1220

Answers (1)

Robin_f
Robin_f

Reputation: 212

Apparently you can give multiple arguments to webstorm to open, e.g.:

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

Upvotes: 3

Related Questions