Php Language Server Versions Save

PHP Implementation of the VS Code Language Server Protocol 🆚↔🖥

v5.4.6

5 years ago

5.4.6 (2018-11-13)

Bug Fixes

v5.4.5

5 years ago

5.4.5 (2018-11-11)

Bug Fixes

  • cache: bump cache version (b1cc565)

v5.4.4

5 years ago

5.4.4 (2018-11-11)

Bug Fixes

  • definitionresolver: infinite loop when indexing self referencing classes (#670) (c7d25c7)
  • support rootUri (#672) (680f430)

v5.4.3

5 years ago

5.4.3 (2018-11-11)

Performance Improvements

  • change index to a tree to speed up completion (#680) (24388bc), closes #274

v5.4.2

5 years ago

5.4.2 (2018-08-22)

Bug Fixes

  • cast null to array before passing to array_merge() (#666) (3931c88), closes #595

v5.4.1

6 years ago

5.4.1 (2018-04-26)

Bug Fixes

  • package: include tests folder (fe33c8c)

v5.4.0

6 years ago

5.4.0 (2018-03-11)

Features

  • completion: add pseudo-keywords like int, bool, strict_types to completion (02b7d2f)

v5.3.7

6 years ago

5.3.7 (2018-02-28)

Bug Fixes

  • indexing: handle integer FQNs (b412c12)

v5.3.6

6 years ago

5.3.6 (2018-02-07)

Bug Fixes

  • completion: do not propose <?php if completion context is not given (#593) (a8f60c9), closes #372

v5.3.5

6 years ago

5.3.5 (2018-02-02)

Bug Fixes

  • completion: don't require constructor parameter for protocol DTO (#592) (d9bc0b0)