dense-analysis / dense-analysis/ale

Apply g:ale_echo_msg_format to :ALEDetail messages

Open
#2,373 4 comments 2 reactions 0 assignees View on GitHub
enhancement
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.