harper/packages/vscode-plugin
Elijah Potter bcd0a1c463
Some checks are pending
Binaries / harper-cli - macOS-aarch64 (push) Waiting to run
Binaries / harper-cli - Linux-aarch64-GNU (push) Waiting to run
Binaries / harper-cli - Linux-aarch64-musl (push) Waiting to run
Binaries / harper-cli - macOS-x86_64 (push) Waiting to run
Binaries / harper-cli - Linux-x86_64-GNU (push) Waiting to run
Binaries / harper-cli - Linux-x86_64-musl (push) Waiting to run
Binaries / harper-cli - Windows-x86_64 (push) Waiting to run
Binaries / harper-ls - macOS-aarch64 (push) Waiting to run
Binaries / harper-ls - Linux-aarch64-GNU (push) Waiting to run
Binaries / harper-ls - Linux-aarch64-musl (push) Waiting to run
Binaries / harper-ls - macOS-x86_64 (push) Waiting to run
Binaries / harper-ls - Linux-x86_64-GNU (push) Waiting to run
Binaries / harper-ls - Linux-x86_64-musl (push) Waiting to run
Binaries / harper-ls - Windows-x86_64 (push) Waiting to run
Build Web / build-web (push) Waiting to run
Chrome Plugin / chrome-plugin (push) Waiting to run
Just Checks / just check-js (push) Waiting to run
Just Checks / just check-rust (push) Waiting to run
Just Checks / just test-chrome-plugin (push) Waiting to run
Just Checks / just test-firefox-plugin (push) Waiting to run
Just Checks / just test-harperjs (push) Waiting to run
Just Checks / just test-obsidian (push) Waiting to run
Just Checks / just test-rust (push) Waiting to run
Just Checks / just test-vscode (push) Waiting to run
VS Code Plugin / alpine-arm64 (push) Waiting to run
VS Code Plugin / alpine-x64 (push) Waiting to run
VS Code Plugin / darwin-arm64 (push) Waiting to run
VS Code Plugin / darwin-x64 (push) Waiting to run
VS Code Plugin / linux-arm64 (push) Waiting to run
VS Code Plugin / linux-armhf (push) Waiting to run
VS Code Plugin / linux-x64 (push) Waiting to run
VS Code Plugin / win32-arm64 (push) Waiting to run
VS Code Plugin / win32-x64 (push) Waiting to run
WordPress Plugin / wp-plugin (push) Waiting to run
Release 1.2.0
harper-brill@1.2.0
harper-comments@1.2.0
harper-core@1.2.0
harper-html@1.2.0
harper-ink@1.2.0
harper-jjdescription@1.2.0
harper-literate-haskell@1.2.0
harper-ls@1.2.0
harper-pos-utils@1.2.0
harper-python@1.2.0
harper-stats@1.2.0
harper-tree-sitter@1.2.0
harper-typst@1.2.0

Generated by cargo-workspaces
2025-12-11 12:30:49 -07: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): use code key in diagnostics (#2254) 2025-11-26 10:48:53 -07: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 1.2.0 2025-12-11 12:30:49 -07: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.