Have LexEnv wrap find_variable to first look at lexical variables. The around doesn...
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / Completion.pm
2008-05-25 Sartak Refactor the finding of the last element of the documen...
2008-05-05 nothingmuch print a warning when Completion is loaded but the Term...
2007-09-26 Sartak Add LexEnv completion plugin. I still owe mst a refacto...
2007-09-23 Sartak Rewrite the Completion plugin using PPI. It's much...
2007-09-21 Sartak grep /^${var}$/ is a little silly, just use $_ eq $var
2007-09-21 Sartak Bulletproof the namespace grabbing
2007-08-20 sukria Add variable names to the completion list by using...
2007-08-20 sukria Adding the Compeltion plugin