Hard wrapping inside strings
Right now Phpstorm soft wraps my code but I would like to be able to keep strings withint 80 characters in the source code too. Pressing ENTER does this but introduces a lot of spaces from automatic indent preservation, which I like for nesting.
Is there any convenient way to hard (source code) wrap text strings without adding a lot of empty spaces?
请先登录再写评论。
Hi there,
PHP 7.3 + flexible HEREDOC/NOWDOC ?