Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

vscode-phpunit

recca012020MIT2.0.18TypeScript support: included

PHPUnit Language Server

language server protocol, phpunit

readme

phpunit-language-server

phpunit-language-server is a server implementation that provides PHPUnit smartness. The server adheres to the language server protocol and can be used with any editor that supports the protocol. The server utilizes PHPUnit.

Clients

These clients are available:

VS Code Features

Features

In the current implementation we support following language features.

  • <input checked="" disabled="" type="checkbox"> Code lens

CodeLens

  • <input checked="" disabled="" type="checkbox"> Document Symbol

CodeLens

  • <input checked="" disabled="" type="checkbox"> Publish Diagnostics

Publish Diagnostics

  • <input checked="" disabled="" type="checkbox"> Code completion
    • testcase
    • test
    • setup
    • teardown
    • more...

Features planned

  • As you type reporting of parsing and compilation errors

Installation

npm i -g phpunit-language-server

Execute

phpunit-language-server

Feedback

License

MIT, See LICENSE file.