Skip to content

xepozz/php-lsp-idea-plugin

Repository files navigation

php-lsp

Build Version Downloads

Description

PHP Language Server Protocol integration for PHPStorm.

Server implementation: https://github.com/php-lsp/skeleton

* Supports any LSP implementation

Installation

  • Using the IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "php-lsp" > Install

  • Using JetBrains Marketplace:

    Go to JetBrains Marketplace and install it by clicking the Install to ... button in case your IDE is running.

    You can also download the latest release from JetBrains Marketplace and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...


Plugin based on the IntelliJ Platform Plugin Template.