Open
Description
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?