문제

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

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top