Frage

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

War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top