An open API service indexing awesome lists of open source software.

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

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)