Thursday, August 21, 2014

Auto Complete issue in Chrome’s Devel tool console

The Chrome Dev tools provide a lot of functionality to developer when making changes to scripts. Best features of editing CSS is the auto-complete that allows you to quickly add style elements. Begin typing and Chrome will provide a list of CSS properties, arrow keys used to select an item, hit tab and you'll then be able to set the value. When setting a value hit ctrl+space and you'll get a list of values appropriate for the property.

No comments:

Post a Comment