Xml highlighting doesn't work in scala code.
In previous versions it was cool. But now it doesn't works. Maybe I should enable this features in settings or something else, I don't know.
IDEA - 11.0.2
Scala plugin - 0.5.369.
Please sign in to leave a comment.
We are working on some additional XML features, like highlighting, inspections, completion and so on. Many such features are almost done, by using language injection mechanism, so you will see mush better XML support, than it was. And it will be really soon.
You can also add your suggestions, what you want to see in scala XML support.
Best regards,
Alexander Podkhalyuzin.
Many thanks guys.
One issue that comes up is that when pattrern matching with xml literals, whitespace is significant. So while I definitely want Ctrl+Alt+L to reformat my poorly indented xml generally, I want it to leave my xml within case statements as is.
Not a gigantic priority, but it's bitten me a couple of times.