Old Firebug suggest html class and ID but new built in firebug don't

36 Views Asked by At

Firebug for Firefox suggested HTML classes and IDs when adding a new CSS rule:

firebug suggesting html class of h2

Though the Firefox DevTools don't suggest anything. The developer has to write it by themselves:

Firefox Devtools not suggesting the class of h2.

Is there any way to get that feature in the latest Firefox?

1

There are 1 best solutions below

0
Sebastian Zartner On

This feature is not implemented in the Firefox DevTools (as of Firefox 65), though I've created a feature request for autocompleting classes and IDs within the Rules side panel some time ago.