dense-analysis / dense-analysis/ale
Support cross-file quickfix/location list
Open
enhancement
- Dominant language
- Vim Script
- Stars
- 14k
- Forks
- 1.5k
- Avg merge
- 17h 49m
- Merged PRs (30d)
- 1
Description
Like LanguageClient-neovim does. Taking Rust as an example, the entire output of an RLS run on a workspace is put into the quickfix list, and every buffer always has diagnostics immediately available after a single run, and `:cn` and `:cN` (equivalent of `:ALENext` and `:ALEPrevious`) work across all files. (I‘d suggest to keep offering the wrapping complements which for the quickfix list in general can be had with `vim-qf`.)
Contributor guide
Assessment
This issue has not been assessed yet.