deadfoxygrandpa / Elm.tmLanguage

Elm language syntax highlighting and tool integration for ST2/3
https://packagecontrol.io/packages/Elm%20Language%20Support
MIT License
122 stars 27 forks source link

(beta) autocomplete shortens the result after enter #65

Closed thisredone closed 8 years ago

thisredone commented 8 years ago

I have import Task exposing (Task) at the top of the file and when I type Task.succ and press enter it autocompletes to succeed instead of Task.succeed

deadfoxygrandpa commented 8 years ago

Thanks for letting me know. I'll look into why it's happening

deadfoxygrandpa commented 8 years ago

This issue should be fixed now. Let me know if you find any more problems.

thisredone commented 8 years ago

Amazing :) :+1: