unisonweb / unison

A friendly programming language from the future
https://unison-lang.org
Other
5.64k stars 267 forks source link

No LSP completion after a period #5126

Open ceedubs opened 4 days ago

ceedubs commented 4 days ago

Describe and demonstrate the bug

In my scratch file if I trigger completion after List.m then I see results like List.map as I would expect. However, if I trigger completion right after the period (List.), then I don't get any completion results.

Environment (please complete the following information):

Additional context

It's possible that this is an issue with my editor setup as opposed to the Unison LSP server, in which case I apologize.