dense-analysis / dense-analysis/ale
Apply g:ale_echo_msg_format to :ALEDetail messages
- Dominant language
- Vim Script
- Stars
- 14k
- Forks
- 1.5k
- Avg merge
- 17h 49m
- Merged PRs (30d)
- 1
Description
When Displaying the error with either `:ALEDetail` it would be fanstantic to have a sumarized linter and rule.
So instead of displaying the following from eslint:
```
no allowed console
```
It would help SO much if we prefix with the rule and engine complaning such as:
```
eslint (no-console): no allowed console
```
So that we can instanlty modify our .json or .rc file to add the rule, or simple add the ignore rule comment. And since all engines differ on how to ignore/disable rules, it's really important to understand if the error is comming from either `tslint`, `eslint`, `tsserver`, etc....
I hope I was able to explain my self.
Contributor guide
Assessment
This issue has not been assessed yet.