docs(vscode-plugin): add more detail

This commit is contained in:
Elijah Potter 2025-04-15 12:22:10 -06:00
parent d6a6adfa36
commit 871a62dd82

View file

@ -1,6 +1,6 @@
# Harper for VS Code
Harper is the next-generation grammar checker for your code. It catches common stylistic errors, as well as complex grammatical or layout-related problems. It works for almost [all common programming languages](https://writewithharper.com/docs/integrations/language-server#Supported-Languages) and a number of markup formats.
Harper is the next-generation grammar checker for your code. You can think of it as an alternative to Grammarly. It catches common stylistic errors, as well as complex grammatical or layout-related problems. It works for almost [all common programming languages](https://writewithharper.com/docs/integrations/language-server#Supported-Languages) and a number of markup formats.
If you use Rust, Java, JavaScript, or any number of other programming languages, your comments may end up as part of your API's documentation. If that's the case, grammatical mistakes in your code could be down-ranking your site on search results and tarnishing your reputation for quality.