Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Grammar check of comments #17

Open
Freakachoo opened this issue Dec 23, 2019 · 13 comments
Open

Grammar check of comments #17

Freakachoo opened this issue Dec 23, 2019 · 13 comments
Labels

Comments

@Freakachoo
Copy link

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

@znck
Copy link
Owner

znck commented Jan 10, 2020

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

@wootwoot1234
Copy link

I would really like this feature too. :)

@znck znck added the blocked label Apr 14, 2020
@AdrianoCahete
Copy link

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!

@fredguth
Copy link

fredguth commented May 8, 2021

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

@github-actions github-actions bot added the Stale label May 14, 2022
@guoquan
Copy link

guoquan commented May 16, 2022

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

@github-actions github-actions bot removed the Stale label May 17, 2022
@ainar
Copy link

ainar commented May 26, 2022

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.

@znck
Copy link
Owner

znck commented Jul 8, 2022

Looks like stale bot is not useful.

@znck znck reopened this Jul 8, 2022
@hcarlsso
Copy link

Any updates on this? It would be super helpful.

@WookashWackomy
Copy link

Bump

@joelday
Copy link

joelday commented Dec 16, 2022

The most reliable implementation (probably) is blocked by this: microsoft/vscode#580

@victor-tinoco
Copy link

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

@tsgrgo
Copy link

tsgrgo commented Jan 29, 2023

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.

@jjangga0214
Copy link

jjangga0214 commented May 30, 2023

This can be something like eslint-plugin-grammarly.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests