Skip to content

Commit

Permalink
docs: update "Text Editors" section (#1199)
Browse files Browse the repository at this point in the history
* docs: update "Text Editors" section

* Fix VSCode setting name
  • Loading branch information
alexandear authored Jan 10, 2025
1 parent 4ba2c56 commit 63afe4a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 63afe4a

Please sign in to comment.