Skip to content

huacnlee/zed-autocorrect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoCorrect for Zed

Zed Extension

AutoCorrect is a linter and formatter to help you to spellcheck typos, correct spaces, words, and punctuations between CJK (Chinese, Japanese, Korean).

image

Based on AutoCorrect LSP server, you can use it to check and fix your text in real-time.

Requirement: AutoCorrect v2.10.0+

Features

  • 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.

TODO

  • Formatting support.

    Currently, the Zed extension can't allow us register multiple formatters for the same language.

    For example the markdown language. Zed's default markdown formatter is prettier, and we can't register another formatter for it.

  • Following .autocorrectrc config in workspace (by LSP).

Installation

Open Extensions on your Zed, search for AutoCorrect and click on Install.

License

MIT