Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.13 KB

File metadata and controls

25 lines (16 loc) · 1.13 KB

Implicit-Prefix-Matching

Pharo P14 License: MIT PRs Welcome Status: Active

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:

ImplicitPrefixExpansion
Metacello new
  githubUser: 'pharo-completion' project: 'implicit-prefix-matching' commitish: 'main' path: 'src';
  baseline: 'ImplicitPrefixMatching';
  load.