Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Live autocomplete in console #33

Open
webuniverseio opened this issue Mar 25, 2013 · 1 comment
Open

Live autocomplete in console #33

webuniverseio opened this issue Mar 25, 2013 · 1 comment

Comments

@webuniverseio
Copy link

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 :)

@danmoseley
Copy link
Collaborator

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 danmoseley changed the title Does integration allow autocompletion in any way? Live autocomplete in console Jun 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants