1
0
mirror of https://github.com/mgechev/revive.git synced 2025-11-29 22:28:23 +02:00

docs: update "Text Editors" section (#1199)

* docs: update "Text Editors" section

* Fix VSCode setting name
This commit is contained in:
Oleksandr Redko
2025-01-10 10:06:41 +02:00
committed by GitHub
parent 4ba2c562ed
commit 63afe4af77

View File

@@ -150,9 +150,15 @@ If you want to use revive with Bazel, look at the [rules](https://github.com/atl
### Text Editors
- Support for VSCode in [vscode-go](https://github.com/Microsoft/vscode-go/pull/1699).
- Support for VSCode via [vscode-go](https://code.visualstudio.com/docs/languages/go#_build-and-diagnose) by changing the `go.lintTool` setting to `revive`:
```json
{
"go.lintTool": "revive",
}
```
- Support for GoLand via [File Watchers](https://dev.to/s0xzwasd/configure-revive-go-linter-in-goland-2ggl).
- Support for Atom via [linter-revive](https://github.com/morphy2k/linter-revive).
- Support for vim via [dense-analysis/ale](https://github.com/dense-analysis/ale).
```vim