cdir icon indicating copy to clipboard operation
cdir copied to clipboard

async fetch of tree data?

Open sidorares opened this issue 9 years ago • 2 comments

Hi, I would like to use cdir as inspector for nested object, where sub objects are retrieved as result of async call. Are you aware if anyone has started to work on something like this? If not, any hints where to start?

sidorares avatar Mar 28 '16 03:03 sidorares

not at the moment, but it would be a cool feature, also see my comment in #31

heapwolf avatar Mar 29 '16 00:03 heapwolf

just a bit of context: I'm working on crconsole ( terminal clone of chrome dev tools ), this is example video featuring my port of react-devtools:

afvfa6

https://www.youtube.com/watch?v=c8McPCY1zaM

What I would like to have:

  • inspect deeply nested js objects
  • highlight react elements / dom nodes as you change cdir selection
  • capture result to $r variable ( or to $x ) when you exit cdir and last selection was pointing to dom node

sidorares avatar Mar 29 '16 03:03 sidorares