项目作者: Cloudstek

项目描述 :
PHP support for Sublime's LSP plugin using Serenata
高级语言: Python
项目地址: git://github.com/Cloudstek/LSP-serenata.git
创建时间: 2019-12-26T00:57:05Z
项目社区:https://github.com/Cloudstek/LSP-serenata

开源协议:MIT License

下载


⚠️ 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.