Skip to content

pharo-completion/implicit-prefix-matching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Implicit Prefx Matching extension for COMPLISHON

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors