znck / grammarly

Grammarly for VS Code
https://marketplace.visualstudio.com/items?itemName=znck.grammarly
MIT License
1.64k stars 116 forks source link

Does it support *.html files, it does not #316

Open alok87 opened 2 years ago

alok87 commented 2 years ago

I added "grammarly.files.include": ["**/README.md", "**/readme.md", "**/*.txt", "**/*.html"]

But still it does not scan these files

haruki-taka8 commented 2 years ago

Can confirm the behavior.

A possible workaround is to copy an HTML document into a Markdown file, and the extension will happily scan the text. Grammarly does a pretty good job of ignoring tags, such as <p> and <div>, though I have noticed some glitches when handling words immediately followed by HTML entities without spaces.

zenzike commented 10 months ago

HTML files are not handled still, though adding html to grammarly.files.include as above does make the output prompt claim that create text checking session for the file in question, so something is happening.

alessandroperilli commented 8 months ago

Given how long this Issue has been open (and given Grammarly is sunsetting the SDK), I have little hope to see this fixed, but FWIW, I'd like to grammar check html files with this extension, but it's not working.

Nonetheless, thank you @znck for sharing this brilliant work with the community all this time.