tvooo / scope-inspector

Inspect your JavaScript scope in Atom
MIT License
19 stars 3 forks source link

Expose functions and objects in the sidebar #6

Open 34r7h opened 10 years ago

34r7h commented 10 years ago

Maybe a flyout design that will parse the sidebar arguments for functions, methods and/or objects so it's easy to see what tools and data are currently available for that scope.

Good work on this atom addon!!

tvooo commented 10 years ago

Can you clarify that a bit? Would you like to be able to "dig into" stuff in the sidebar, for example list an objects attributes etc? Did I understand it correctly?

34r7h commented 10 years ago

Yes, that's correct. It's nice to see which services are injected but the next step might be to dig into what they contain, as well.