Elm 0.19 compatibility
Elm update to 0.19 broke this library on both my computers, any chance of this getting ported to the new version of elm?
Well, this plugin is using elm-oracle to provide completion. As far as I can tell elm-oracle was not updated to handle 0.19 yet (wondering if it will be). You can find related issue here #26.
As for this plugin I don't think there is any need for change, it should work once elm-oracle is updated.
I don't think it will work when elm-oracle is updated, this plugin looks for the "elm-package.json" file which has now been renamed to "elm.json". Other than that you're probably good
Oh yeah, you're correct. Will change that later, wont help too much though.
@pbogut there's https://github.com/antew/elm-lsp. It does not support code-completion but it is worth looking at. It should be added eventually.