Skip to content

JLine 3: tab completion behavior on tab after . is broken #697

Closed
scala/scala
#8848
@SethTisue

Description

@SethTisue

if you Predef. and then tab, the completions you're offered include .:

scala> Predef.
.

And if you tab again, the cursor moves into the completions matrix but you lose the dot you typed

from one point of view you could call this minor, to me it seems both common enough and annoying enough to be considered a blocker, especially since it might have an easy fix (some off-by-one thing?)

the Dotty REPL does the right thing.

Metadata

Metadata

Assignees

Labels

blockert:replJLine 3 upgrade (scala/scala#8036)

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions