Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions 2026-Conference/agenda.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@

<!break|subject=Coffee Break&length=30&room=Hall!>
<!talk|subject=Hera: A Year in Production — Growing a BDD Framework in Pharo&author=Koen De Hondt&length=30&room=Main Amphi!>
<!talk|subject=Smooth Flow of Refactorings and Tools&author=Cyril Ferlicot, Alexis Cnockaert, Stéphane Ducasse&length=30&room=Main Amphi!>
<!talk|subject=Microdown News&author=Stéphane Ducasse&length=30&room=Main Amphi!>
<!talk|subject=Exploring the future&author=Stéphane Ducasse&length=30&room=Main Amphi!>
!>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
! A tour with Compleshion
! Complishon: a Better completion engine for Pharo

Stephane Ducasse
Stephane Ducasse (stephane.ducasse@inria.fr)
Omar AbedelKader (omar.abedelkader@inria.fr)
Mehdi Elkokei (mehdi.elkokei@inria.fr)

""Abstract:""
This talk will start with an overview of the logic behind Compleshion the completion engine of Pharo.
This talk will start with an overview of the logic behind Complishon the completion engine of Pharo.
- context aware
- syntactically triggered
- semantically driven

The talk will go over the default heuristics as well as the new package dependency- oriented features. We will also present the latest UX feature of Compleshion such as the way it takes into account your recent coding as well as your recent selection.
The talk will go over the default heuristics as well as the new package dependency- oriented features. We will also present the latest UX feature of Complishon such as the way it takes into account your recent coding as well as your recent selection.
Finally we will show the tolerance introduction that cope with typos.


Expand Down
Loading