harper/packages/vscode-plugin
Elijah Potter a89fc3dcf5
Some checks failed
Build Binaries / Release harper-cli - macOS-aarch64 (push) Has been cancelled
Build Binaries / Release harper-cli - Linux-aarch64-GNU (push) Has been cancelled
Build Binaries / Release harper-cli - Linux-aarch64-musl (push) Has been cancelled
Build Binaries / Release harper-cli - macOS-x86_64 (push) Has been cancelled
Build Binaries / Release harper-cli - Linux-x86_64-GNU (push) Has been cancelled
Build Binaries / Release harper-cli - Linux-x86_64-musl (push) Has been cancelled
Build Binaries / Release harper-cli - Windows-x86_64 (push) Has been cancelled
Build Binaries / Release harper-ls - macOS-aarch64 (push) Has been cancelled
Build Binaries / Release harper-ls - Linux-aarch64-GNU (push) Has been cancelled
Build Binaries / Release harper-ls - Linux-aarch64-musl (push) Has been cancelled
Build Binaries / Release harper-ls - macOS-x86_64 (push) Has been cancelled
Build Binaries / Release harper-ls - Linux-x86_64-GNU (push) Has been cancelled
Build Binaries / Release harper-ls - Linux-x86_64-musl (push) Has been cancelled
Build Binaries / Release harper-ls - Windows-x86_64 (push) Has been cancelled
Build Web / build (push) Has been cancelled
Package VS Code Plugin / Package - darwin-arm64 (push) Has been cancelled
Package VS Code Plugin / Package - darwin-x64 (push) Has been cancelled
Package VS Code Plugin / Package - linux-arm64 (push) Has been cancelled
Package VS Code Plugin / Package - linux-x64 (push) Has been cancelled
Package VS Code Plugin / Package - win32-x64 (push) Has been cancelled
Build Chrome Plugin / package (push) Has been cancelled
Package WordPress Plugin / package (push) Has been cancelled
Precommit / precommit (push) Has been cancelled
Release 0.48.0
harper-brill@0.48.0
harper-comments@0.48.0
harper-core@0.48.0
harper-html@0.48.0
harper-literate-haskell@0.48.0
harper-ls@0.48.0
harper-pos-utils@0.48.0
harper-stats@0.48.0
harper-tree-sitter@0.48.0
harper-typst@0.48.0

Generated by cargo-workspaces
2025-07-04 12:40:49 -06:00
..
.vscode build: migrate linter & formatter to Biome 2025-03-18 00:44:16 +08:00
media feat: add harper logo to vscode statusbar item 2025-04-07 22:31:26 +07:00
src fix(ls): duplicate lints (#1490) 2025-07-01 13:56:40 -06:00
.gitignore feat(vscode-plugin): add tests 2024-10-11 15:09:28 -06:00
.vscodeignore fix: remove everything but !media in .vscodeignore 2025-04-17 20:11:43 +07:00
development-guide.md docs(vscode): transfer development guide to official docs 2025-02-28 10:47:17 +08:00
esbuild.cjs build: format workspace 2025-03-18 00:44:38 +08:00
icon.png fix: Actually change icon this time instead of adding logo 2024-10-11 15:09:28 -06:00
package.json Release 0.48.0 2025-07-04 12:40:49 -06:00
README.md docs(vscode-plugin): add more detail 2025-04-15 12:22:10 -06:00
tsconfig.json feat(wp): align and connect the WordPress plugin with the rest of the repo 2025-03-03 11:39:06 -07:00

Harper for VS Code

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

Most importantly, Harper runs on-device and uses barely any memory at all. That means you can get feedback on your work in milliseconds, dramatically increasing your iteration speed.

You can learn more about this extension and Harper over at our official website.