wallabyjs / atom-wallaby

Wallaby.js atom package starter
Other
57 stars 6 forks source link

Autocomplete from Runtime #45

Open BLamy opened 8 years ago

BLamy commented 8 years ago

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.