Question

Firebug supports object property auto-completion in Console.
Whenever we type an object in console as in the screenshot, it starts showing all the properties available for that object and it helps in selecting the required property easily.

But, see this feature is missing in chrome dev tools. Dose chrome dev tools support auto-completion of object properties or any workaround to achieve this?

Object property auto-completion in Firebug

Was it helpful?

Solution

Chrome performs autocompletion if you follow object.property format instead of object['property'].

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top