Command vowel dummy replacements #366
Labels
1-feature-request ✨
Issue type: Request for a desirable, nice-to-have feature
3-fixed
Issue resolution: Issue has been fixed on the develop branch
Milestone
Note: Per the contribution guidelines, deleting parts of the template or not filling in vital information may result in the issue to be immediately closed as invalid.
Is your feature request related to a problem? Please describe.
Currently, commands can be replaced by dummy values, as described in the documentation https://valentjn.github.io/vscode-ltex/docs/settings.html#ltexlatexcommands. However, I have some commands that are replaced by words starting with a vowel:
The problem, however, is that when using dummy replacement the LanguageTool backend now warns that "an" should be replaced by "a".
Although this by itself is not ideal, it can be easily ignored. I'm, however, afraid that this might make me miss certain cases cases where I've used "a" instead of "an", which seems to happen to me a lot.
Describe the solution you'd like
To me the simplest solution would be to have two additional options for command replacement that replace the command using a dummy value starting with a vowel, and a plural version that does the same.
Describe alternatives you've considered
This issue is closely related to: #43. There another consideration was allowing the user to decide on the dummy text to be used.
Additional context
N/A
The text was updated successfully, but these errors were encountered: