Skip to content

Releases: felixfbecker/php-language-server-protocol

Support PHP 8.4

25 Sep 20:16
a9e113d
Compare
Choose a tag to compare
Merge pull request #22 from GromNaN/php84-explicit-nullable

fix: PHP 8.4 implicit nullable deprecations

v1.5.2: Merge pull request #20 from zobo/fix-refs

31 Mar 17:16
6e82196
Compare
Choose a tag to compare

1.5.1: Merge pull request #17 from joehoyle/patch-1

22 Feb 14:22
9d846d1
Compare
Choose a tag to compare
Allow Hover to be created with MarkupContent

Support PHP 8

23 Oct 14:14
Compare
Choose a tag to compare

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

v1.4.0

23 Jun 21:07
Compare
Choose a tag to compare

1.4.0 (2019-06-23)

Features

  • Allow [int, int] tuple for ParameterInformation label (378801f)

v1.3.0

23 Jun 11:42
Compare
Choose a tag to compare

1.3.0 (2019-06-23)

Features

  • add insertTextFormat property to CompletionItem (#11) (4f1fb5e)

v1.2.0

25 Sep 11:44
Compare
Choose a tag to compare

1.2.0 (2018-09-25)

Features

v1.1.0

25 Sep 11:40
Compare
Choose a tag to compare

1.1.0 (2018-09-25)

Bug Fixes

Features

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