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.
Metacello new
githubUser: 'pharo-completion' project: 'implicit-prefix-matching' commitish: 'main' path: 'src';
baseline: 'ImplicitPrefixMatching';
load.