V
V
Vladislav2017-10-05 16:45:58
phpstorm
Vladislav, 2017-10-05 16:45:58

Phpstorm multiple insertion like in VS Code?

Hello. I'm tired of this constant problem with multi-insert in PhpStorm.
I copied, let's say 3 lines from the document:

текстовая строка 1
текстовая строка 2
текстовая строка 3


and I want to insert each line into my element using multi-selection:
59d6367666add037907017.png

If I press Ctrl + V, then VS Code (Sublime can do this too) will insert it as it should:
<li> текстовая строка 1 </li>
<li> текстовая строка 2 </li>
<li> текстовая строка 3 </li>


But PhpStorm will stubbornly insert me:
<li> текстовая строка 1 
текстовая строка 2
текстовая строка 3
</li>
<li> текстовая строка 1
текстовая строка 2
текстовая строка 3 </li>
<li> текстовая строка 1
текстовая строка 2
текстовая строка 3 </li>


How can this be fixed? This is the situation in html, php and pug (jade).
Thank you.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question