Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 672 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 672 Bytes

Composer Language Server

A language server (LSP) for composer.json files.

Features

  • package name hover: Shows full details about the package.
  • package name completion: Suggests packages as you type them.
  • property completion: Suggests property keys as you type them, fully nested.

In the future

If you have a feature request, please submit an issue so it can be considered.

  • property hover: Shows detailed documentation for a property.
  • diagnostics: Validate the file and report problems.

Installation

npm i -g composer-language-server

Requirements

NodeJS, npm and composer installed and added to your path.