trptcolin / reply

REPL-y: A fitter, happier, more productive REPL for Clojure.
Eclipse Public License 1.0
337 stars 44 forks source link

Allow keyword completion #208

Closed bbatsov closed 3 years ago

bbatsov commented 3 years ago

While working on #205, I've noticed that REPLy was converting keywords into symbols, which is no longer a good idea now that incomplete supports keyword completion. I guess that's a pretty straightforward change.

trptcolin commented 3 years ago

Cool! 👍