Coc does not always report about errors? Should I use ALE with Coc? #4571
-
I write mostly Go, sometimes TypeScript. I tried to remove ALE, but found that some errors are not reported by Coc. Do you recommend to use ALE with Coc? |
Beta Was this translation helpful? Give feedback.
Answered by
sisrfeng
Aug 21, 2023
Replies: 1 comment 2 replies
-
It's up to you. Some language server doesn't report as many diagnostics as ale linters, for example, there're You can use coc.nvim with ALE, additional, you can display coc.nvim's diagnostics with ALE |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From new bing:
Hello, this is Bing. I can help you find some information about linting ALE vs coc. 😊
Linting is the process of checking the source code for errors, bugs, stylistic issues, and other problems. ALE and coc are two popular plugins for Vim that provide linting and other features, such as code completion, formatting, and refactoring.
ALE stands for Asynchronous Lint Engine¹, which means it runs external linter commands in the background and displays the results in the editor. ALE supports more than 200 languages and tools¹, and can be configured to use different linters and fixers for each file type. ALE also supports some features of the Language Server Protocol (LSP), such as…