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 from Runtime #45

Open
BLamy opened this issue Sep 8, 2016 · 0 comments
Open

Autocomplete from Runtime #45

BLamy opened this issue Sep 8, 2016 · 0 comments

Comments

@BLamy
Copy link

BLamy commented Sep 8, 2016

Atom has okay autocomplete by default. However, every now and then I run into a variable which I have no idea what methods/properties exist on it. I can log it and sift through the log. However, I'd like to see my atom pull autocomplete information from the runtime much like how chrome dev tool's console works.

In other words if I type foo. I should get a list of every last prop/func I can call on the object foo.

If there is an error or some reason wallaby js can't get information then I would expect it to just fall back to atom's autocomplete.

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

No branches or pull requests

1 participant