HeuristicCompletion-History

Description

HeuristicCompletion-History introduces a new fetcher that improves Completion’s access to the user’s history.

Details

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

README excerpt

# HeuristicCompletion-History

[![Pharo P14](https://img.shields.io/badge/Pharo-P14-2c98f0.svg)](https://github.com/omarabedelkader/ChatPharo)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/omarabedelkader/HeuristicCompletion-History/blob/master/LICENSE)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/omarabedelkader/HeuristicCompletion-History/pulls)
[![Status: Active](https://img.shields.io/badge/status-active-success.svg)](https://github.com/omarabedelkader/HeuristicCompletion-History)


```smalltalk
Metacello new
  githubUser: 'omarabedelkader' project: 'HeuristicCompletion-History' commitish: 'main' path: 'src';
  baseline: 'ExtendedHeuristicCompletionHistory';
  load.
```

```smalltalk
Metacello new
  baseline: 'ExtendedHeuristicCompletionHistory';
  repository: 'github://omarabedelkader/HeuristicCompletion-History:main/src';
  load.
```
← Back to results