Releases: felixfbecker/php-language-server
Releases Β· felixfbecker/php-language-server
v5.0.1
v5.0.0
v4.6.4
v4.6.3
Support inhertited members
Stubs and Completion
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
This release decouples the language server from the file system by implementing textDocument/xcontent
and workspace/xfiles
extensions
v3.0.1
Fixes crash on system where setting the process title doesn't work
Definition, References, Hover
Breaking Changes:
- Command line arguments must be passed with
--option=value
syntax
Global Symbol Search
Adds support for the workspace/symbol
request #31
Projects are now indexed and parsed on initialization.