Skip to content

Commit cf95c6a

Browse files
authored
docs: add phpstorm editor (#89)
1 parent 4d76c37 commit cf95c6a

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,26 @@ For example, if you want it always open VS Code when inspection clicked, set `ex
211211

212212
<br />
213213

214+
### PhpStorm
215+
216+
- just set env with an absolute path to shell, like `.bashrc` or `.zshrc` (only MacOS)
217+
218+
```bash
219+
export LAUNCH_EDITOR='/Applications/PhpStorm.app/Contents/MacOS/phpstorm'
220+
```
221+
222+
**OR**
223+
224+
- install PhpStorm command line tools
225+
226+
- then set env to shell, like `.bashrc` or `.zshrc`
227+
228+
```bash
229+
export LAUNCH_EDITOR=phpstorm
230+
```
231+
232+
<br />
233+
214234
### Vim
215235

216236
Yes! you can also use vim if you want, just set env to shell

0 commit comments

Comments
 (0)