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

Autocomplete of global variables and their properties #3

Open
alecperkins opened this issue Jul 3, 2011 · 1 comment
Open

Autocomplete of global variables and their properties #3

alecperkins opened this issue Jul 3, 2011 · 1 comment
Labels
Milestone

Comments

@alecperkins
Copy link
Owner

As the user types, show global variables that match what the user has typed so far. When the user hits '.', start drilling down into the properties of the object. When the user presses 'tab', auto complete using the top suggestion.

Basically how the Chrome console does it, but with an actual list of suggestions.

@alecperkins
Copy link
Owner Author

Added auto-suggest in 7164aa18024f38c4f6cc. Still needs actual autocomplete on tab, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant