Is there a way to launch Webstorm so it opens a selected folder in Windows Explorer?
Instead of:
Something like:
Is there anything like this that exists? Or a way to register any folder with an .idea
subfolder to have an "open with... -> Webstorm" right-click option?
Nevermind, figured it out.
The icon shortcut works by simply adding the whole path to your project as an argument to the Shortcut Target, like so:
(obviously, you can copy-paste it instead of typing it all by hand)
If you have multiple shortcuts setup and you open each ones, as far as I can tell... it opens them in separate Webstorm windows, leaving the previous one open. So you can jump between projects a bit more efficiently this way.