Skip to content

Releases: felixfbecker/php-language-server

v5.0.1

16 Nov 06:49
b1a1875
Compare
Choose a tag to compare

5.0.1 (2017-11-16)

Bug Fixes

  • completion: don't suggest <?php on > characer (#527) (b1a1875), closes #372

v5.0.0

05 Nov 07:08
f00fd1b
Compare
Choose a tag to compare

5.0.0 (2017-11-05)

Bug Fixes

BREAKING CHANGES

  • formatting: removes formatting support

v4.6.4

29 Oct 20:16
c74076d
Compare
Choose a tag to compare

4.6.4 (2017-10-29)

Bug Fixes

v4.6.3

28 Oct 21:09
Compare
Choose a tag to compare

4.6.3 (2017-10-28)

Bug Fixes

  • docblocks: update to phpdocumentor/reflection-docblock ^4.0.0 (16cf8f5), closes #139

Support inhertited members

16 Dec 00:42
Compare
Choose a tag to compare

Stubs and Completion

13 Dec 12:14
Compare
Choose a tag to compare

This release adds support for completion, features several minor improvements in the type resolver and bundles stubs for PHP built-ins.

BREAKING CHANGES

  • You now need to add JetBrain's phpstorm-stubs repository to your composer.json
  • You need to copy and the run-stubs script to parse the stubs after installing dependencies

File system decoupling

19 Nov 02:41
Compare
Choose a tag to compare

This release decouples the language server from the file system by implementing textDocument/xcontent and workspace/xfiles extensions

v3.0.1

31 Oct 11:29
Compare
Choose a tag to compare

Fixes crash on system where setting the process title doesn't work

Definition, References, Hover

31 Oct 11:29
Compare
Choose a tag to compare

Breaking Changes:

  • Command line arguments must be passed with --option=value syntax

Global Symbol Search

30 Sep 09:57
Compare
Choose a tag to compare

Adds support for the workspace/symbol request #31
Projects are now indexed and parsed on initialization.