1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 13:51:54 +01:00
Josh Di Fabio 92ef851b9c LanguageServer: Handle late completion requests
Currently, Psalm Language Server is only able to handle completion
requests where the gap between a recent known type and the current
cursor position is exactly '->' or '::'. However, VS code often doesn't
send a completion request until an additional, third character has
been typed. This change allows Psalm to successfully serve
completion requests where an additional character has been typed.
2019-05-17 11:28:20 -04:00
..
2019-05-10 18:07:13 -04:00
2019-05-15 22:30:35 -04:00
2019-05-16 18:36:36 -04:00
2019-05-10 18:07:13 -04:00
2019-05-16 18:36:36 -04:00