Editor integrations
Open in editor: PhpStorm, VS Code, Cursor, and Zed.
Supported editors
Settings, then Editor lets you pick which editor "Open in editor" uses.
- PhpStorm
- Visual Studio Code
- Cursor
- Zed
The editor needs to be installed for the button to work, but you don't have to install all four.
How "Open in editor" works
The app shells out to open -a <Editor> <path>. Same thing you'd run
in Terminal yourself. Whatever your editor does for "open folder" is what happens.
If the button does nothing, double-check that the editor is in
/Applications
under exactly the name the app expects. PhpStorm needs to be named "PhpStorm.app",
not "PhpStorm 2024.app".