PhpStorm wraps XML after suggestion list
Hello,
my PhpStorm always wraps my XML after I've used the suggestion list.
Steps to reproduce:
1. A XML file with this content
<action method="removeItem"><type>skin_js</type><name>js/slideshow.js</name></action>
2. Insert a new line. Start typing with
<act
3. PhpStorm will now suggest the following:
action
4. I choose this and hit enter
5. My first line suddenly wrapped to this:
<action method="removeItem">
<type>skin_js</type>
<name>js/slideshow.js</name>
</action>
I can't find a switch to deactivate this behaviour.
Please sign in to leave a comment.
Hello,
Strangely, I cannot reproduce this behavior.
Did you install any 3rd-party plugins that may cause such behavior? It may be worth trying to disable them and checking how it will affect the completion.
Hi Vladimir,
you are right. I didn't notice the little icons inside the suggestion list.
It is the "Magicento"-Plugin that seems to cause this trouble.
Too bad because it is very helpful.