In a recent discussion on inserting unicode characters we talked about the idea of tab-substitution (instead of vanilla tab-completion), so that when you type something and hit <tab> you have options that might replace what you've typed so far. This could be extended to this use-case as well, so that
julia> mynum<tab> might replace with julia> somefunc(mynum, <cursor>) On Sat, Apr 12, 2014 at 12:07 PM, Jason Grout <[email protected]>wrote: > On 4/12/14, 10:59, Ethan Anderes wrote: > >> @jason-sage >> You can use methodswith to discover methods on a type. I find it doesn't >> work a smoothly as pythons tab completion but I still find it useful. >> > > Ethan and Mike, > > Thanks for pointing out methodswith. I didn't know about that. > > Jason > > >
