Skip to content

Detect incorrect camel case words  #4228

Open
@gituserjava

Description

@gituserjava

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:

  1. lastmodifiedDate
  2. firstname
  3. emailaddress

Correct camel case words and cspell shouldn’t report errors:

  1. lastModifiedDate
  2. firstName
  3. lastName
  4. homeAddress
  5. 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions