Feature Request: Customizable Accentuation Check for Specific File Extensions #2650
heltonricardo
started this conversation in
New Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear Spell Checker team,
I would like to request a feature enhancement for the Code Spell Check extension in Visual Studio Code. Currently, the extension provides valuable assistance in checking spelling and accentuation, but I find that the accentuation warnings clutter my code when it comes to variable names, attributes, methods, and classes.
However, I still greatly benefit from the accentuation check when writing documentation in Markdown files. Therefore, I would like to propose a feature that allows users to disable accentuation checking for specific file extensions while keeping the overall spell check functionality intact.
This enhancement would be particularly useful for cases where accentuation rules may differ for different types of files. For example, I could specify that accent checking should be disabled for files with extensions such as
.md
(Markdown),.txt
(plain text), or any other file type that I define in the extension's settings.I believe this feature would provide users with more flexibility and customization options, allowing us to optimize the spell checking experience based on our specific needs and file types.
Thank you for considering this enhancement request. I appreciate the hard work put into the Code Spell Check extension and look forward to seeing its continuous improvement.
Sincerely,
Helton.
Beta Was this translation helpful? Give feedback.
All reactions