Autocomplete css classes in Chrome DevTools like in FF Developer Edition

烂漫一生 提交于 2019-12-12 03:34:00

问题


I've searched the Net for hours and days and I couldn't find the answer to a simple question:

Is this possible, to use CSS classes autocomplete in Chrome DevTools but in the way that Firefox Developer Edition does it? I mean that FF css editor takes classes from currently edited CSS file AND inspected HTML document and add it to autocomplete lists.

In Chrome DevTools editor takes only classes that has been already used. Is there any way or plugin to apply FF autocomplete to Chrome?

Thank you


回答1:


Currently this is not available. You can file a feature request in the chromium issue tracker to let the team know it is something you want.



来源:https://stackoverflow.com/questions/35694362/autocomplete-css-classes-in-chrome-devtools-like-in-ff-developer-edition

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!