Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Offer camelCase suggestions for spelling corrections #4928

Open
janice143 opened this issue Oct 18, 2023 · 2 comments
Open

Offer camelCase suggestions for spelling corrections #4928

janice143 opened this issue Oct 18, 2023 · 2 comments

Comments

@janice143
Copy link

janice143 commented Oct 18, 2023

this plugin provides the ability to check camelCase words by splitting it into a list of known English words, such as

camelCase -> camel case
HTMLInput -> html input – Notice that the I is associated with Input and not HTML
snake_case_words -> snake case words
camel2snake -> camel snake – (the 2 is ignored)

This means any two or more words can be put together to make a camelCase new word which should become a suggestion spelling in the suggestion list.

so, can you add a feature to support camelCase word suggestion for speling correstions?

@Jason3S
Copy link
Collaborator

Jason3S commented Oct 22, 2023

@janice143,

Would you give some more examples? I'm trying to understand exactly what you are looking for.

Are you hoping that camelcase will result the in the suggestion of camelCase? Or do you already have a camel case word in your dictionary and want it to be suggested?

@janice143
Copy link
Author

janice143 commented Oct 24, 2023 via email

@Jason3S Jason3S transferred this issue from streetsidesoftware/vscode-spell-checker Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants