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
+16-4Lines changed: 16 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,10 +78,22 @@ vim.lsp.enable('phpantom')
78
78
79
79
### VS Code
80
80
81
-
> [!NOTE]
82
-
> This configuration is untested. If you get it working (or run into issues), please [open an issue](../../issues).
83
-
84
-
Use a generic LSP client extension such as [LSP-client](https://github.com/nicolo-ribaudo/vscode-lsp-client) and configure it to run `phpantom_lsp` over stdio for PHP files.
81
+
1.**Install a generic LSP client extension.**
82
+
- We recommend [Generic LSP Client (v2)](https://marketplace.visualstudio.com/items?itemName=zsol.vscode-glspc) for maximum flexibility.
0 commit comments