Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Files

Latest commit

 

History

History

extension

Grammarly for VS Code

This extension brings Grammarly to VS Code.

Getting Started

You need to configure which files should be checked with Grammarly.

  • Set grammarly.files.include or Grammarly > Files > Include to the allowed list of files.
  • Run grammarly.check or Grammarly: Check text command

Default configuration:

{
  "grammarly.files.include": ["**/README.md", "**/readme.md", "**/*.txt"]
}

You may use grammarly.files.exclude to ignore specific files.

Grammarly account or premium

Run grammarly.login or Grammarly: Login / Connect your account command to connect your Grammarly account. Run grammarly.logout or Grammarly: Log out to disconnect your account.

Configuration

Configure dialect, document domain, and which check to include in settings.

Supported Languages

  • plaintext
  • markdown (work in progress) — CommonMark
  • html (work in progress)
  • Many more you can enable by opening Grammarly > Files > Include in settings:

image

Troubleshooting

The status of the Grammarly text-checking session is displayed on the status bar (bottom right). Clicking on the status bar icon would pause/resume text checking session.

Session Connecting Checking Done Paused Error
Anonymous
Grammarly Account

Check output panel for logs.

Run grammarly.restart or Grammarly: Restart language server to restart the text checking service.

How to get help

Have a question, or want to provide feedback? Use repository discussions to ask questions, share bugs or feedback, or chat with other users.

Support

This extension is maintained by Rahul Kadyan. You can 💖 sponsor him for the continued development of this extension.