You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/SETUP.md
+43-11Lines changed: 43 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,8 @@ Then run `composer dump-autoload -o`.
39
39
40
40
PHPantom communicates over stdin/stdout using the standard [Language Server Protocol](https://microsoft.github.io/language-server-protocol/). Any editor with LSP support can use it. Point the client at the `phpantom_lsp` binary with `php` as the file type. No special initialization options are required.
41
41
42
+
---
43
+
42
44
### Zed
43
45
44
46
A Zed extension is included in the `zed-extension/` directory:
@@ -62,6 +64,8 @@ To make PHPantom the default PHP language server, add to your Zed `settings.json
0 commit comments