officialrajdeepsingh / grammarly-vscode-extension

To setup the configation for the vscode grammarly extension
GNU General Public License v3.0
2 stars 0 forks source link
grammarly grammarly-for-markdown grammarly-for-vscode grammarlyextension markdown vscode vscode-grammarly

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.

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