Closed elbow-jason closed 7 years ago
I have this sort of started, but the issue is that it will need the Readline
library for this to work, but Readline doesn't work that well in macOS, so everything I've tried fails. Definitely something to add in though.
I guess it's not possible to implement for icr
.
Icr has no idea about types and current context.
It's not a proper REPL, rather it is a work around for REPL)
Sorry. I wish this feature too.
Expected Behavior:
If I am in the REPL and I have a string instance
x
I should be able to typex.
, press theTab
key, and be shown the instance methods ofString
. If I typex.to_
and pressTab
I should see all theString
instance methods that start withto_
.