dense-analysis / ale

Check syntax in Vim/Neovim asynchronously and fix files, with Language Server Protocol (LSP) support
BSD 2-Clause "Simplified" License
13.49k stars 1.43k forks source link

Capture output from :ALEFix when fixers fail #2990

Open idbrii opened 4 years ago

idbrii commented 4 years ago

EDIT: We should consider capturing output from ALEFix when fixers fail.

w0rp commented 4 years ago

It's not a bug, it just doesn't do this. I'll mark this as an enhancement.

eloyesp commented 11 months ago

It would be great to also warn when ALEFix fails (a red note somewhere), because when you get used to get prettier working it kind of annoying find it stopped working an hour ago and it gets harder find which change make prettier fail. The current functionality if the fixer crash it just do nothing.