Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.
/ LSP-serenata Public archive

PHP support for Sublime's LSP plugin using Serenata

License

Notifications You must be signed in to change notification settings

Cloudstek/LSP-serenata

Repository files navigation

⚠️ This repository has been moved to sublimelsp/LSP-Serenata!

LSP-serenata

PHP support for Sublime's LSP plugin using Serenata.

Getting started

  • Install LSP and LSP-serenata from Package Control.
  • Restart Sublime.

Configuration

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.

Reporting issues

This package provides only a client implementation, for any server related bugs please report them here.