SublimeWebInspector icon indicating copy to clipboard operation
SublimeWebInspector copied to clipboard

Live autocomplete in console

Open webuniverseio opened this issue 11 years ago • 1 comments

This plugin is awesome already! But wouldn't it be neat if it allow autocompletion too? I don't know if it is even possible, just asking :)

webuniverseio avatar Mar 25 '13 00:03 webuniverseio

There are two quite different features here.

One is autocomplete in the console which is probably relatively easy and a good idea. I've changed the title to track this.

The other is autocomplete for editing, which is much more complicated as any autocomplete you have already (such as the Typescript plugin) needs to merge its completions with the ones we provide from the live state. Ideally it would be aware of the code context it was in. This would have to play well with any autocompletion plugin. If that is interesting we should have a separate issue logged, but I don't think it's on my list.

danmoseley avatar Jun 11 '15 06:06 danmoseley