AutoCorrect is a linter and formatter to help you to spellcheck typos, correct spaces, words, and punctuations between CJK (Chinese, Japanese, Korean).
Based on AutoCorrect LSP server, you can use it to check and fix your text in real-time.
Requirement: AutoCorrect v2.10.0+
- CJK (Chinese, Japanese, Korean) punctuation and spacing correction.
- English spellcheck.
- Lint text in real-time.
- Code Action to fix the text.
- Automatically download AutoCorrect, if your system doesn't have it, otherwise use the existing one.
-
Formatting support.
Currently, the Zed extension can't allow us register multiple formatters for the same language.
For example the
markdownlanguage. Zed's default markdown formatter isprettier, and we can't register another formatter for it. -
Following
.autocorrectrcconfig in workspace (by LSP).
Open Extensions on your Zed, search for AutoCorrect and click on Install.
MIT