Closed thisredone closed 8 years ago
Made autocomple module aware in 0.3.2.
... But it's still acting up in some cases because of the buildt-in autocompleter widget in Light Table is caching stuff it shouldn't. Think I need to write a custom autocompleter widget to gain full control, but I'm leaving that for another issue and another nite !
When I type
Resul
the auto-complete tells me things likeResult.andThen
andResult.Ok
which is great but when I go further, as inResult.to
expecting things likeResult.toMaybe
I get completions fromBasics
likeBasics.toFloat
orBasics.toString