mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 13:51:54 +01:00
92ef851b9c
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.