Commit fd99929
authored
Improve completion in REPL (#343)
* Improve completion in REPL
- refine `get_context_object` to avoid throwing errors (eg: q.<TAB>)
- do not call `eval` in `get_context_object` to avoid throwing errors
and reduce bloat caused by variable closures.
- support completion of directives1 parent 02c06d0 commit fd99929
0 commit comments