sublimelsp / LSP-serenata

PHP support for Sublime's LSP plugin using Serenata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

PHP support for Sublime's LSP plugin using Serenata

License:MIT License


Languages

Language:Python 100.0%