debugger.lua icon indicating copy to clipboard operation
debugger.lua copied to clipboard

Autocomplete for tables

Open aleclarson opened this issue 7 years ago • 0 comments

A nice feature would be linenoise autocomplete for table keys.

We just need a function that uses pairs on the table and its __index chain (assuming all __index values are tables).

aleclarson avatar Mar 04 '18 23:03 aleclarson