debugger.lua
debugger.lua copied to clipboard
Autocomplete for tables
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).