How to start WebStorm and open a project from Windows Explorer?
Is there a way to start WebStorm by double-clicking on, e.g. the .idea directory, from within windows explorer?
I usually have all my work in a project folder, and some sub folders might contain webstorm projects.
I find it cumbersome to copy the path in windows explorer into the clipboard, start ebstorm manually and then tell it manually to open the project folder I have in the clipboard.
Thank you and best regards,
Klaus
请先登录再写评论。
Not possible. Please vote for https://youtrack.jetbrains.com/issue/IDEA-80673
But you can do this in Windows cmd console - see https://www.jetbrains.com/webstorm/webhelp/working-with-webstorm-features-from-command-line.html#d206546e380
Thank you very much for this fast and instructive answer!:)