We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
phphantom_lsp
1 parent 8247cb7 commit 1b78ec0Copy full SHA for 1b78ec0
docs/docs/plugins/lsp.md
@@ -105,6 +105,23 @@ pip install python-lsp-server
105
106
Visit the [python-lsp-server project page][3] for additional information.
107
108
+### phphantom_lsp (PHP)
109
+
110
+`phphantom_lsp` is currently avilable via building it from sources.
111
112
+**Standard Installation**
113
114
+- [Install Rust][13]
115
116
+**Build phphantom_lsp**
117
118
+```bash
119
+git clone https://github.com/AJenbo/phpantom_lsp.git
120
+cargo build --release
121
+cargo install --path .
122
+```
123
124
125
### TypeScript
126
127
**Prerequisites**
0 commit comments