1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
psalm/tests/LanguageServer
Joe Hoyle 531cd36767
Support completions on class references (#5085)
* Support compleitions on class references

This provides completions on class references (as opposed to initiated objects via the type map), so you can do `MyClass::` and get completitions for static methods and constants etc.

* Only provide completions for references that don't exist
2021-01-24 13:29:21 -05:00
..
CompletionTest.php Support completions on class references (#5085) 2021-01-24 13:29:21 -05:00
FileMapTest.php Remove file map cache when re-analyzing files (#5084) 2021-01-22 16:05:28 -05:00
SymbolLookupTest.php unused use statements (#4228) 2020-09-22 01:10:46 -04:00