Migrated from GitHub.
One thing that’s great on macOS is the terminal utility fu&k
, which looks at what you just typed (and other context, like where your terminal is), and pre-loads a series of corrections. For example, a top-level command cd Dekstop
might be corrected to cd Desktop
.
I think something like this might be good for the Julia REPL. For example, if you type something that’s a char off from a variable in Main
, or if your parantheticals are mismatched, or… We already have some support for this kind of thing, like the did you mean...
feature in help mode, so it seems like this is a logical next step.