1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
psalm/tests/LanguageServer
Joe Hoyle ed9043b43c
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-29 11:47:35 +01:00
..
CompletionTest.php Support completions on class references (#5085) 2021-01-29 11:47:35 +01:00
FileMapTest.php Remove file map cache when re-analyzing files (#5084) 2021-01-29 11:47:34 +01:00
SymbolLookupTest.php unused use statements (#4228) 2021-01-29 11:39:42 +01:00