Closed illegalhex closed 2 years ago
I definitely overlooked spell check, so thank you for bringing up this issue and helping other users find their typos!
I'm more than happy to add this change to the bundle of changes I'm currently working on since you wrote a very clear issue description. I'm equally happy to approve a PR from you if submitting one makes you happy. Thanks!
Is your feature request related to a problem? Please describe. Currently strings and comments do not have spell check enable for their scopes, and for me that is a problem.
Describe the solution you'd like Have the
<spell-check="true">
tag applied to therust.comment.single
,rust.comment.multiline
, andrust.string.docstring
scopes inside thecomments
collection as well as to therust.string
,rust.string.raw
,rust.string.raw.quote
, andrust.string.byte
scopes inside thevalues
collection.Describe alternatives you've considered I've currently modified the plugin for localy for this change, but I'd prefer not to continue to have a modified version of the plugin.
Additional context If this is something you want in the plugin, I'll submit a PR with the change.