https://github.com/officialrajdeepsingh/grammarly-vscode-extension
To setup the configation for the vscode grammarly extension
https://github.com/officialrajdeepsingh/grammarly-vscode-extension
grammarly grammarly-for-markdown grammarly-for-vscode grammarlyextension markdown vscode vscode-grammarly
Last synced: 3 months ago
JSON representation
To setup the configation for the vscode grammarly extension
- Host: GitHub
- URL: https://github.com/officialrajdeepsingh/grammarly-vscode-extension
- Owner: officialrajdeepsingh
- License: gpl-3.0
- Created: 2022-10-05T09:37:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-05T09:56:31.000Z (about 3 years ago)
- Last Synced: 2025-02-13T02:18:18.880Z (8 months ago)
- Topics: grammarly, grammarly-for-markdown, grammarly-for-vscode, grammarlyextension, markdown, vscode, vscode-grammarly
- Homepage:
- Size: 20.5 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
- License: license
Awesome Lists containing this project
README
vscode Grammarly project demo, I config the vscode Grammarly extension. To run the Grammarly extension, firstly add the config for your project; you need to add or change the Grammarly configuration in the `.vscode/settings.json` file.
```json
// .vscode/settings.json
{
"grammarly.files.include": ["**/README.md", "**/readme.md","**/CONTRIBUTING.md","chapter/*.md","mytext.txt"]
}
```
Add those files in `grammarly.files.include` section that you need to fix spells and grammar with vscode Grammarly extension.[https://medium.com/frontendweb/how-to-use-grammarly-in-vscode-6767c2e06a71](https://medium.com/frontendweb/how-to-use-grammarly-in-vscode-6767c2e06a71)