operasoftware / dragonfly

Opera Dragonfly is a fully featured development and debugging tool integrated into the Opera browser.
http://www.opera.com/dragonfly/
Apache License 2.0
160 stars 47 forks source link

Autocompletion of CSS in DOM tab via #136

Open greench opened 12 years ago

greench commented 12 years ago

Opera Dragonfly is capable of CSS completion on DOM tab. If you use up/down arrow keys, you can easily navigate new suggestions(there is alphabetical list). One common auto completion method is to use tab button. If Opera Dragonfly has this feature, I think many users will be benefit from it. In console tab, auto completion method is also tab method. Developers may be confused this small difference when adding a CSS rule and using console area.

Tab will be acted as down arrow. Shift + Tab will be acted as up arrow.

c69 commented 11 years ago

Auto-complete for CSS rules ? In fact - is implemented already, just press Up/Down to choose from possible candidates.