fictive-kin / webshell

A console-based JavaScripty web client utility (using node.js)
Other
313 stars 26 forks source link

Make object tab-completion work in more places #8

Closed scoates closed 14 years ago

scoates commented 14 years ago

it currently only works at the start of a line. make it work if doing something like this: webshell> var x = $_.json.val[tab]

scoates commented 14 years ago

fixed