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).
Also make console completions smarter...
The text was updated successfully, but these errors were encountered:
I agree that it is difficult and unfeasible to implement REPL-completion with IDEA-plugin-like quality of output (at least for now) but in some simplest situations (e.g. the one that I've mentioned) it would be good to have completion working correctly.
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).
Also make console completions smarter...
The text was updated successfully, but these errors were encountered: