Releases: felixfbecker/php-language-server
Releases Β· felixfbecker/php-language-server
v5.0.1
16 Nov 06:49
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
5.0.0 (2017-11-05)
Bug Fixes
BREAKING CHANGES
formatting: removes formatting support
v4.6.4
29 Oct 20:16
Compare
Sorry, something went wrong.
No results found
4.6.4 (2017-10-29)
Bug Fixes
v4.6.3
28 Oct 21:09
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Stubs and Completion
13 Dec 12:14
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fixes crash on system where setting the process title doesn't work
Definition, References, Hover
31 Oct 11:29
Compare
Sorry, something went wrong.
No results found
Breaking Changes:
Command line arguments must be passed with --option=value syntax
Global Symbol Search
30 Sep 09:57
Compare
Sorry, something went wrong.
No results found
Adds support for the workspace/symbol request #31
Projects are now indexed and parsed on initialization.