znck / grammarly

Grammarly for VS Code

Home Page:https://marketplace.visualstudio.com/items?itemName=znck.grammarly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for fragments

euonymos opened this issue · comments

When working with source code files it would be great to be able to check only comments, not the code itself. Might be not very trivial to implement, since many languages support differrent kinds of comments.

This feature would be great. For instance with TS/JS, JSDoc is often used to add descriptions. To check these comments for grammar - while ignoring code - would be very useful.

Meets #17, #159, #258, #260 and #291.