ElmCast / elm-oracle

Query for information about values in elm source files.
150 stars 16 forks source link

Auto-completion not always provided #21

Closed imdaveho closed 7 years ago

imdaveho commented 7 years ago

Hi, I'm using Emacs and Elm-Mode which depends on elm-oracle and Company mode for ac. I have not tried other plugins with other editors, and could also be that Elm 0.17 is still relatively new.

I am not seeing all possible results for obvious things like Html.App. I see Html.a, Html.Attribute, Html.Events, etc. But is the current branch not up-to-date?

I want to know if it's an issue for me or an issue for this package. Thanks.

Edit: Crap, this might be related to #18 as I'm still new to Elm. Edit2: For some reason, the auto complete is for Html.App is now working...no clue why, but now I know it's prolly something on my end.