Open
Description
Does cspell-lib detect incorrect camel case words and report errors? Please advise.
Below are examples:
Incorrect camel case words and cspell should report errors:
- lastmodifiedDate
- firstname
- emailaddress
Correct camel case words and cspell shouldn’t report errors:
- lastModifiedDate
- firstName
- lastName
- homeAddress
- zipCode
Please note that I can’t use flagWords because I don’t know list of words. There could be n
number of camel case words in given text file.