Is there a way to open a folder (a project) from terminal like in VS Code where you can
cd path/to/project
code ./
And VS Code opens up with that project (directory) ready
Is there a way to open a folder (a project) from terminal like in VS Code where you can
cd path/to/project
code ./
And VS Code opens up with that project (directory) ready
1 Comments
elmerdahl@lemm.ee · 2 pts · 1y
I think I found the answer
Tools -> Create command line launcher
You'll be asked to add
/Applications/WebStorm.app/Contents/MacOSto your $PATHThen you can
Worked for me at least.
Credit goes to LazyOne on StackOverflow