0.1.1 • Published 2 years ago

composer-language-server v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.