This repository was archived by the owner on Apr 24, 2021. It is now read-only.
This repository was archived by the owner on Apr 24, 2021. It is now read-only.
-> Autocompletion breaks "." autocompletion #99
Closed
Description
Excerpt from this forum post by @alexeygolev:
The “->” autocomplete works in vim as described. However “normal” autocompletion for “->” is broken.
"hello"->Js. // no completion prompt here
Some("hello")->Option. // no completion prompt herePinned to 1.3.0 as I’d rather have the above. Not sure if this is the intended behaviour
Update: The same happens in VSCode.
So the desired behavior would be:
On >
, trigger the function autocompletion, and on every further .
, use the module content autocompletion.
Metadata
Metadata
Assignees
Labels
No labels