Awesome
<p align="center"> <a href="https://phplrt.org"><img src="https://avatars2.githubusercontent.com/u/49816277?s=128" width="128" alt="Phplrt" /></a> </p>Language Server
Please note that this is an experimental package!
Experimental Language Server Protocol implementation.
Requirements
- PHP ^8.1
- ext-socket
Usage
- Install and execute Language Server
composer install
(install Composer dependencies)php bin/run
(run server)
- Install and execute Language Client (VS Code)
cd extension/vscode
(change directory to VS Code extension)npm install
(install node dependencies)code .
(open VS Code)- Press
F5
(execute plugin)