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

Need to implement as import patterns for type signature search #72

Open deadfoxygrandpa opened 8 years ago

deadfoxygrandpa commented 8 years ago

Right now, if you import a module as another name, it confuses elm-oracle. I can parse import statements on my own and work around this to make the behavior correct.

deadfoxygrandpa commented 8 years ago

elm-oracle can handle this, but I need it to be server based or something because the latency is too high calling a new process every time the cursor moves. Will revisit later.