You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Language server - class autocompletion now adds uses automatically (#1822)
Language server - @iluuu1994 added support for signature help, which shows you the expected function/method argument types as you're adding/updating those calls (#1862)
Language server - go to definition now works for variables too, showing where they were first defined (#1888)
added support for unions in @psalm-assert annotations (#1897, #1911)
allow resolving directories from the config location (opt-in) - thanks @bdsl! (#1910)
@psalm-assert-if-true can now make assertions on $this (#1915)
Bugfixes
allow spread operators for inferred property types (#1873)
reduce memory leaks
improve display of iterable<TKey, TValue> types (#1875)