https://github.com/huacnlee/zed-autocorrect
AutoCorrect for Zed
https://github.com/huacnlee/zed-autocorrect
autocorrect zed zed-extension
Last synced: 3 months ago
JSON representation
AutoCorrect for Zed
- Host: GitHub
- URL: https://github.com/huacnlee/zed-autocorrect
- Owner: huacnlee
- License: mit
- Created: 2024-05-22T11:40:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T09:56:27.000Z (over 1 year ago)
- Last Synced: 2025-04-23T22:17:15.006Z (about 1 year ago)
- Topics: autocorrect, zed, zed-extension
- Language: Rust
- Homepage:
- Size: 15.6 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zed-extensions - AutoCorrect
README
# AutoCorrect for Zed
[](https://zed.dev/extensions/autocorrect)
[AutoCorrect](https://github.com/huacnlee/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+
## 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.
- [x] Following `.autocorrectrc` config in workspace (by LSP).
## Installation
Open `Extensions` on your Zed, search for `AutoCorrect` and click on `Install`.
## License
MIT