Please note that this is an experimental package!
Experimental Language Server Protocol implementation.
- PHP ^8.1
- ext-socket
- 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)
