Pregunta

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

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top