Skip to content

Tags: felixfbecker/php-language-server

Tags

v5.4.6

fix: allow rootUri to be null

Fixes #684

v5.4.5

fix(cache): bump cache version

v5.4.4

refactor: fix impossible parse_url equality (#676)

`parse_url` returns `false` for malformed urls, not `null`

v5.4.3

perf: change index to a tree to speed up completion (#680)

Refactors Index into a tree structure, rather than an array of Fqns to definitions.

Closes #274

v5.4.2

fix: cast null to array before passing to array_merge() (#666)

Fixes #595

v5.4.1

fix(package): include tests folder

This is needed if you want to extend the buildserver and reuse tests

v5.4.0

feat(completion): add pseudo-keywords like int, bool, strict_types to…

… completion

v5.3.7

test(performance): don't eat exceptions during benchmark

v5.3.6

fix(completion): do not propose <?php if completion context is not gi…

…ven (#593)

fixes #372

v5.3.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(completion): don't require constructor parameter for protocol DTO (

…#592)