You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: