grammarly icon indicating copy to clipboard operation
grammarly copied to clipboard

Grammar check of comments

Open Freakachoo opened this issue 5 years ago • 13 comments

Is that possible to enable Grammarly to check in any code comments? Or, at least, in JavaScript files

Freakachoo avatar Dec 23 '19 14:12 Freakachoo

That would require some work as the extension is not syntax-aware right now (it treats everything as a text document).

znck avatar Jan 10 '20 05:01 znck

I would really like this feature too. :)

wootwoot1234 avatar Mar 04 '20 18:03 wootwoot1234

Hey @znck, do you have any update on this? Since it's on vscode is really strange that the extension didn't work on code files.

Even if you implement this and the user adds the markup to ignore words will be better!

AdrianoCahete avatar Aug 12 '20 06:08 AdrianoCahete

This relates to the opposite problem of ignoring latex comments #159

fredguth avatar May 08 '21 13:05 fredguth

+1

This relates to the opposite problem of ignoring latex comments #159

Activating for parts of a file would be very attractive since VSCode is rather a general-purpose editor instead of a text editing tool. There are parsers working inside VSCode to provide some specific semantics to the text. It would be great to support a filter to select not only file extensions but also parts of a file.

guoquan avatar May 16 '22 05:05 guoquan

Adding the support of checking parts of document only may also improve the stability of the extension as less text would be send to the Grammarly API.

ainar avatar May 26 '22 07:05 ainar

Looks like stale bot is not useful.

znck avatar Jul 08 '22 19:07 znck

Any updates on this? It would be super helpful.

hcarlsso avatar Aug 11 '22 12:08 hcarlsso

Bump

WookashWackomy avatar Dec 14 '22 11:12 WookashWackomy

The most reliable implementation (probably) is blocked by this: https://github.com/microsoft/vscode/issues/580

joelday avatar Dec 16 '22 01:12 joelday

Up! Really would like to see this feature as a heavy user of Grammarly.

victor-tinoco avatar Jan 11 '23 18:01 victor-tinoco

This extension is kind of useless for me if it cannot check comments in source code. And as I can tell, I'm not the only one.

tsgrgo avatar Jan 29 '23 10:01 tsgrgo

This can be something like eslint-plugin-grammarly.

jjangga0214 avatar May 30 '23 01:05 jjangga0214