How to surround a multiline block with { }?
Apologies if this is a beginner question, as I am new to PhpStorm.
In PhpStorm 7.1.3, I want to surround a selected block consisting of several code lines with { }.
But the command Surround with { } (Ctrl-Alt-T) only surrounds the FIRST LINE of the selected block with { }.
So why this does not work, and how can I surround a multiline block with { }?
Please sign in to leave a comment.
Works for me. Please see http://youtrack.jetbrains.com/issue/WI-6687 - is it the issue you are talking about?