⚠️ This repository has been moved to sublimelsp/LSP-Serenata!
PHP support for Sublime's LSP plugin using Serenata.
- Install LSP and
LSP-serenata
from Package Control. - Restart Sublime.
Configure the Serenata language server by accessing Preferences > Package Settings > LSP > Servers > LSP-serenata
.
Several options can be set for example when php
is not in your PATH
, these settings
are supported:
phpPath
Name of the PHP binary in your PATH
or an absolute path to the PHP binary. You can use ${home}
to reference your user's home directory. The default is php
.
memoryLimit
This option is passed to directly to PHP as memory_limit
, please see the PHP documentation. The default is 1024M
for 1GB of allowed memory.
This package provides only a client implementation, for any server related bugs please report them here.