openexchangerates / javascript-sandbox-console

a mini interactive javascript console for library/plugin demos and homepages
http://openexchangerates.github.io/javascript-sandbox-console/
MIT License
319 stars 58 forks source link

Add support for auto-completion #4

Open pdeschen opened 12 years ago

pdeschen commented 12 years ago

It would be nice to have code completion on keystroke like in the webkit console. jsconsole.org also support this and shouldn't be too difficult to implement.

I might give it a shot if I have some free time.

wjcrowcroft commented 12 years ago

Yeah this is definitely something I wanted to have in the sandbox - feel free to give it a go if you like.