Implicit Prefx Matching extension for COMPLISHON
# Implicit-Prefix-Matching [](https://github.com/pharo-completion/implicit-prefix-matching) [](https://github.com/pharo-completion/implicit-prefix-matching/blob/master/LICENSE) [](https://github.com/pharo-completion/implicit-prefix-matching/pulls) [](https://github.com/pharo-completion/implicit-prefix-matching) Implicit Prefix Matching is a code completion extension for Pharo that allows users to omit a package-inferred prefix when searching for classes, while falling back to the global namespace for unmatched input. --- # Example: <img width="925" height="654" alt="ImplicitPrefixExpansion" src="https://github.com/user-attachments/assets/50942e94-0872-4b16-a84b-20db2f91aab8" /> --- ```smalltalk Metacello new githubUser: 'pharo-completion' project: 'implicit-prefix-matching' commitish: 'main' path: 'src'; baseline: 'ImplicitPrefixMatching'; load. ```