This repository was archived by the owner on Apr 14, 2022. It is now read-only.
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
Typing just "." offers completion #415
Closed
Description
Also happens when you do something like -.
or *.
, all of which is a little goofy. This is probably happening because it's not finding any nodes when looking up the location in the AST and therefore treated like completion on an empty line or similar.
Found in #334.