V
V
Vladimir Golub2015-12-15 11:35:03
phpstorm
Vladimir Golub, 2015-12-15 11:35:03

How to edit multiple property values ​​at once in phpstorm?

For example, I write the box-sizing property. Automatic prefixes are enabled.

-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;

You need to change 3 values ​​at once to border-box.
Web Essential has an option. I can't find it in phpstorm.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
Cat Anton, 2015-12-15
@RazerVG

Use autoprefixer , forget about prefixes and the problem will disappear.
Or like this: https://www.jetbrains.com/phpstorm/help/multicurso...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question