Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huacnlee/zed-autocorrect
AutoCorrect for Zed
https://github.com/huacnlee/zed-autocorrect
autocorrect zed zed-extension
Last synced: about 1 month 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 (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T12:02:44.000Z (6 months ago)
- Last Synced: 2024-05-22T12:50:27.406Z (6 months ago)
- Topics: autocorrect, zed, zed-extension
- Language: Rust
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AutoCorrect for Zed
[AutoCorrect](https://github.com/huacnlee/autocorrect) is a linter and formatter to help you to improve copywriting, 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
- 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