Currently at the interactive prompt, some autocomplete works (e.g: r.db<tab> shows the various db commands such as dbCreate, dbList, etc). It would be nice if this can be extended to support the full range of auto-completion available in the Web UI Data Explorer:
completion for DB and table names
completion beyond the first level: r.db('mydb').ta
Currently at the interactive prompt, some autocomplete works (e.g:
r.db<tab>
shows the various db commands such asdbCreate
,dbList
, etc). It would be nice if this can be extended to support the full range of auto-completion available in the Web UI Data Explorer: