Camel Case Matching extension for COMPLISHON
# Camel-Case-Matching [](https://github.com/pharo-completion/camel-case-matching) [](https://github.com/pharo-completion/camel-case-matching/blob/master/LICENSE) [](https://github.com/pharo-completion/camel-case-matching/pulls) [](https://github.com/pharo-completion/camel-case-matching) Camel Case Matching is a pharo extension that introduces optional camel-case matching for global and class completions. It extends prefix matching to work on the internal structure of identifiers, not just their beginning. ### Example : <img width="471" height="301" alt="CamelCaseMatching" src="https://github.com/user-attachments/assets/45220566-2e5d-4ce1-a027-ab9dce9ca359" /> --- ```smalltalk Metacello new githubUser: 'pharo-completion' project: 'camel-case-matching' commitish: 'main' path: 'src'; baseline: 'CamelCaseMatching'; load. ```