rundis / elm-light

Elm language plugin for Light Table
https://rundis.gitbooks.io/elm-light-guide/content/
MIT License
133 stars 10 forks source link

Auto-complete doesn't care about the module #8

Closed thisredone closed 8 years ago

thisredone commented 8 years ago

When I type Resul the auto-complete tells me things like Result.andThen and Result.Ok which is great but when I go further, as in Result.to expecting things like Result.toMaybe I get completions from Basics like Basics.toFloat or Basics.toString

rundis commented 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 !