This issue has been moved from a ticket on Developer Community.
Add functionality to change blocks delimited by brackets with blocks delimited by begin...end and vice versa.
Often you start writing an anonymous function in round brackets because you think you can do it in one line but then you realize that you need more lines, and a block of code of several lines is more readable if it is delimited by begin...end rather than parentheses.

This issue has been moved from a ticket on Developer Community.
Add functionality to change blocks delimited by brackets with blocks delimited by begin...end and vice versa.
Often you start writing an anonymous function in round brackets because you think you can do it in one line but then you realize that you need more lines, and a block of code of several lines is more readable if it is delimited by begin...end rather than parentheses.