4
votes

I'm not getting any autocompletion / "intellisense" for the CSS classes in the Add new class field in Firefox Developer Tools (.cls button).

Does this field even support autocompletion? Is there some setup that needs to be done to get it working? I'm unable to find any documentation, threads or requests about this.

Firefox Inspector Add new class
Firefox Inspector Add new class

Chrome Inspector Add new class
Chrome Inspector Add new class

Firefox 62.0 64bit

1
Could you link to that "Autocompletion for Chrome like Firefox" thread? I guess it's an autocompletion in some other place, but want to read that thread.Sebastian Zartner
@SebastianZartner Sorry, I now noticed that I might have misinterpret the topic of that thread, I'm still unsure what the thread is about. stackoverflow.com/questions/35694362/…MikeNight
Thank you for the link! Like you, the person who asked the question clarified it in a comment. He or she referred to the Sources panel, in which you can edit the style sheets. This is called Style Editor in Firefox, therefore something different than the Rules side panel. Btw. I've edited your question to link to that other thread and clarified the title a bit. So it's easier to spot what you refer to.Sebastian Zartner
@SebastianZartner Maybe remove that sentence entirely since it's not relevant due to my misinterpretation? Thank you for taking care of this request at Bugzilla, now I can just sit back, relax and follow the development ;)MikeNight
You're right, the sentence is obsolete, so feel free to remove the sentence. The head of the DevTools team already commented, so that's a good sign. :-) But I don't want to set the expectations too high, as I don't know their priorities.Sebastian Zartner

1 Answers

4
votes

The Firefox DevTools have autocompletions in many different places, though as far as I know, there is no autocompletion for class names when adding a new class to an element.

Therefore I have created an enhancement request now: https://bugzil.la/1492797

Update:

This feature is now implemented in Firefox 80.