You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
compliment is a more feature-rich (and actively maintained) completion library and I think most REPLs will do well to adopt it. Cider used to rely on clojure-complete as well, but has benefited a lot from moving to compliment.
You might want to look at the discussion about this switch on REPLy's issue tracker - trptcolin/reply#150.
The text was updated successfully, but these errors were encountered:
Thanks for the heads up, that does look to have some nice features. I'll take a look at how it will integrate with CodeMirror's completions feature - should be pretty straightforward to switch to it though.
compliment is a more feature-rich (and actively maintained) completion library and I think most REPLs will do well to adopt it. Cider used to rely on
clojure-complete
as well, but has benefited a lot from moving tocompliment
.You might want to look at the discussion about this switch on REPLy's issue tracker - trptcolin/reply#150.
The text was updated successfully, but these errors were encountered: