E
E
Egor Ogurtsov2014-04-27 20:37:57
css
Egor Ogurtsov, 2014-04-27 20:37:57

Is there an html editor with automatic class generation in css file

I'm looking for a code editor that can create classes in a stylesheet when creating them in an HTML file. Do these exist at all?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
Y
Yuri Lobanov, 2014-04-27
@iiil

Well, I have two questions: how often do you use separate classes? For example, the active class of a menu item and the active class of a slider alone may not make sense at all, we write

.menu .active {}
.slider .active {}

The second question is why do you need to add classes to css that you use as selectors for js?
Dreamweaver can do the opposite, you create a class in css and typing, for example, <a class="
in the context menu offers a list of classes if the css is attached to the file. Accordingly, the list is filtered when you start typing the class name.

Z
zenaku, 2014-04-27
@zenaku

www.adobe.com/ru/products/dreamweaver.html
if I understand you correctly...

O
Olga Stogova, 2014-06-02
@dessert

I hope that such an editor will never appear, because this is a bug
If you need a good editor for the web - phpstorm, webstorm - ide development environment, and for css use preprocessors

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question