Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Hi all in Firefox we have an "auto-complete" feature when using the Firebug console.

I was wondering does anyone know if we have this functionality on the Chrome's "developer bar" ( F12 ) as well?

enter image description here

share|improve this question

1 Answer

up vote 3 down vote accepted

Yup it is there, but not as good as Firebug, Below is the screen shot, It kind of shows only on property at a time. You need to navigate with the arrow keys to get to that particular property. below link has on the right side has an excellent video to get started with Inspect element in Chrome by paul Irish.

Chrome Dev Tools

enter image description here

share|improve this answer
1  
Thanks for the help, dang chrome really need to buck up on this aspect. – Pacerier Dec 18 '11 at 13:15

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.