Open kdz opened 9 years ago
Thanks @kdz! I'm working on tighter integration (and other features) with SublimeLinter this weekend inspired by @bbugh /SublimeLinter-contrib-elm-make. It should vastly improve your experience. Are you interested in beta testing? The best way to reach me is Google chat using the email in my commits. CC @rtfeldman
Happy to beta test stuff! Let me know.
Just to revisit, this problem is related to https://github.com/elm-lang/elm-make/issues/46 and when that issue is resolved, it will also be resolved here.
This code has a parse error on the
import Html ...
line. The error is caught & displayed by elm-make on the command line, but no error is displayed in the Sublime plugin.This plugin has made a world of difference to me! Thanks!