Patrick Pircher

Results 151 comments of Patrick Pircher

That's the native tooltip. I can try to make another screen shot with the cursor at the right position. Need to find the right keycombo...

I think it should just better integrate with ember core in an independent way. An idea here: https://github.com/emberjs/ember.js/pull/20580

I think at least glimmer could provide the names as specified in the template and not only extract it from the component instance

this should also interest you : https://github.com/emberjs/ember-inspector/pull/2402

@trivikr the lock file shows many more updates done to the packages. I'm not sure how you can reduce that to only 1 specific package. Maybe if you only do...

what could be the best way here? The nicest one would be to check for 'node_modules' and if its there, take the path part after it. But that would also...

@ef4 good idea, but then moduleName should not be set if nothing is passed to the template compiler. Currently the template compiler sets it to a filename

@NullVoxPopuli can we have this?

i think it would be nice to have it in prod as well. or when `window.EmberENV = { _DEBUG_RENDER_TREE: true };` is set? or some other key? https://github.com/emberjs/ember-inspector/blob/main/skeletons/web-extension/scripts/boot.js#L1C21-L1C39

@chancancode can you have a look at this? At least i would like the object/property info on the tag for inspector