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

Qualified autocomplete adds redundant package paths #62

Closed deadfoxygrandpa closed 8 years ago

deadfoxygrandpa commented 8 years ago

Quick example: If you type Graphics.E and select the autocomplete popup for Graphics.Element.flow then it will insert Graphics.Graphics.Element.flow

This needs to be fixed before autocomplete leaves beta.

deadfoxygrandpa commented 8 years ago

This is fixed now, same fix as issue #65