minus-squareelmdahl@lemm.eeOPtoJetBrains@programming.dev•Open folder from terminallinkfedilinkarrow-up2·1 day agoI think I found the answer Tools -> Create command line launcher You’ll be asked to add /Applications/WebStorm.app/Contents/MacOS to your $PATH Then you can cd /path/to/project webstorm . Worked for me at least. Credit goes to LazyOne on StackOverflow linkfedilink
elmdahl@lemm.ee to JetBrains@programming.dev · 1 day agoOpen folder from terminalplus-squaremessage-squaremessage-square1fedilinkarrow-up13arrow-down10
arrow-up13arrow-down1message-squareOpen folder from terminalplus-squareelmdahl@lemm.ee to JetBrains@programming.dev · 1 day agomessage-square1fedilink
minus-squareelmdahl@lemm.eeOPtoJetBrains@programming.dev•Format with prettier on save...linkfedilinkarrow-up1·2 days agoIn the settings it says "Prettier package not specified. But I’m using the “Automatic prettier configuration” option and it works perfectly when triggered manually through the contextual menu (right clicking). linkfedilink
elmdahl@lemm.ee to JetBrains@programming.dev · 2 days agoFormat with prettier on save...plus-squaremessage-squaremessage-square1fedilinkarrow-up16arrow-down10
arrow-up16arrow-down1message-squareFormat with prettier on save...plus-squareelmdahl@lemm.ee to JetBrains@programming.dev · 2 days agomessage-square1fedilink
I think I found the answer
Tools -> Create command line launcher
You’ll be asked to add
/Applications/WebStorm.app/Contents/MacOS
to your $PATHThen you can
cd /path/to/project webstorm .
Worked for me at least.
Credit goes to LazyOne on StackOverflow