ElmCast / elm-vim

Elm plugin for Vim
BSD 3-Clause "New" or "Revised" License
572 stars 102 forks source link

ElmErrorDetail in Ale? #105

Closed jschomay closed 7 years ago

jschomay commented 7 years ago

Hello, I've tried out the new Ale elm-make linting and it seems pretty nice. One thing that I really miss though is being able to see the full error detail. I don't really understand if something like "full details" is a concept in Ale, or if that is an elm-vim only thing (@w0rp?). Either way, is it possible to get the full error details functionality when using Ale instead of Syntastic?

Thanks!

w0rp commented 7 years ago

I'm not too familiar with the error format of elm-vim myself. I'd create an issue on my project with a description of how you would like to see the full details of an error. Maybe there's something that could be done for all linters.

jschomay commented 7 years ago

Good news - this feature was just implemented in ale (https://github.com/w0rp/ale/issues/225) and it works great!! For people still using syntastic, I highly recommend trying out ale. It's as-you-type-linting is super useful, and now with this show details functionality, it works great with elm. :)