Hi

I wonder if there is auto-completion in the Perl6 REPL - such as what is found in Eclipse (Ctrl-space) or in vim (Ctrl+n) - for variables, methods, ...

e.g
perl6
> say 42.<possible auto-completion>
or
> my $result = 8;
> say $res<possible auto-completion>


Thanks

--
Sébastien Moretti

Reply via email to