Pergunta

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

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top