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

Type signatures are sometimes incorrect #71

Closed deadfoxygrandpa closed 8 years ago

deadfoxygrandpa commented 8 years ago

If there is more than one "name" in scope, then it will often pick the wrong one even if it's fully qualified. For example, if you write List.map then it will show the signature for Signal.map instead.

deadfoxygrandpa commented 8 years ago

Fixed in the newest beta version.