php-language-server-protocol

Protocol classes for the Language Server Protocol in PHP

ISC License

Downloads
52.5M
Stars
213
Committers
13
php-language-server-protocol - Latest Release

Published by muglug over 2 years ago

php-language-server-protocol -

Published by muglug over 3 years ago

php-language-server-protocol - Support PHP 8

Published by muglug about 4 years ago

This adds support for PHP 8.0 (thanks @chris-doehring) and also adds capability support for goto type (thanks @dantleech)

php-language-server-protocol - v1.4.0

Published by felixfbecker over 5 years ago

1.4.0 (2019-06-23)

Features

  • Allow [int, int] tuple for ParameterInformation label (378801f)
php-language-server-protocol - v1.3.0

Published by felixfbecker over 5 years ago

1.3.0 (2019-06-23)

Features

  • add insertTextFormat property to CompletionItem (#11) (4f1fb5e)
php-language-server-protocol - v1.2.0

Published by felixfbecker about 6 years ago

1.2.0 (2018-09-25)

Features

php-language-server-protocol - v1.1.0

Published by felixfbecker about 6 years ago

1.1.0 (2018-09-25)

Bug Fixes

Features

  • add MarkupContent and TextDocumentSyncOptions (#5) (f7f95a8), closes #4