We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
先在Webstorm编辑器中配置终端命令行的打开命令。Tools => Create Command-line Launcher.
设置完成后在终端输入cd /usr/local/bin命令,可以看到在bin文件夹下面有webstorm.
此时只需要先切换到你想要打开项目的路径下,然后输入webstorm .,即可用Webstorm编辑器打开当前目录文件了。
cd /Users/username/XXX/project // 然后直接执行 webstorm . 即可。 webstorm . // 或者直接使用别名 ws .
The text was updated successfully, but these errors were encountered:
在WebStorm 2023.1.1中提示此方式为过时的方式,可以按如下方式更新
删除之前的路径
sudo rm -rf /usr/local/bin/webstorm
新版在 .zshrc 中配置PATH即可
export PATH=$PATH:/Applications/WebStorm.app/Contents/MacOS
Sorry, something went wrong.
王德发?
No branches or pull requests
如何从终端直接打开webstorm
先在Webstorm编辑器中配置终端命令行的打开命令。Tools => Create Command-line Launcher.
设置完成后在终端输入cd /usr/local/bin命令,可以看到在bin文件夹下面有webstorm.
此时只需要先切换到你想要打开项目的路径下,然后输入webstorm .,即可用Webstorm编辑器打开当前目录文件了。
设置webstorm别名快捷键
The text was updated successfully, but these errors were encountered: