How to align html tags in PHP sentence.
Hi. all.
I'm newbie in intelliJ IDEA.
I met the following problem using intelliJ IDEA.
The problem is what PHP's 'echo' and html tag's align is mismatch.
How to align these?
Please click following image or attached file.
Attachment(s):
mismatchAlign.PNG
请先登录再写评论。
PHP plug-in does not align the text in echo tag at all because this would cause modification of the string inside (it would get extra alignment spaces). So it just leaves the string as is. And I don't think there is anything wrong with that.