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
Improve REPL completion. Currently ImportCompleter will not work on this example: \import Combinatorics.{-caret-}
Instead default completion will add Fin (instead of BinOp and Factorial).
Improve REPL completion. Currently
ImportCompleterwill not work on this example:\import Combinatorics.{-caret-}Instead default completion will add Fin (instead of BinOp and Factorial).
Also make console completions smarter...