1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
psalm/tests/LanguageServer
Joe Hoyle 4077de2c93
Add completions for functions (#5128)
* Add completions for functions

Provide autocompletions in the LSP for all global functions and functions from namespaces used in the current context.

* Uncomment code

* PHPCS

* Simplify functions map

Co-authored-by: Matthew Brown <github@muglug.com>

* Switch to storing lowercase function string in array key

* Fix spacing

Co-authored-by: Matthew Brown <github@muglug.com>
2021-02-12 16:59:47 -05:00
..
CompletionTest.php Add completions for functions (#5128) 2021-02-12 16:59:47 -05:00
FileMapTest.php Remove file map cache when re-analyzing files (#5084) 2021-01-22 16:05:28 -05:00
SymbolLookupTest.php Track references on global variables (#5122) 2021-01-28 18:58:02 -05:00