HeuristicCompletion-Prefix

Description

HeuristicCompletion-Prefix introduces a new fetcher that improves the Completion engine’s capability to analyze the prefix segment during code completion.

Details

Source
GitHub
Dialect
pharo (40% confidence)
License
MIT
Created
Oct. 15, 2025
Updated
Oct. 15, 2025
Topics
pharo pharo-smalltalk

Categories

Games

README excerpt

# HeuristicCompletion-Prefix

```smalltalk

Metacello new
  githubUser: 'omarabedelkader' project: 'HeuristicCompletion-Prefix' commitish: 'main' path: 'src';
  baseline: 'ExtendedHeuristicCompletionPrefix';
  load

```
← Back to results