Assume you have written
( )
and your cursor is between the two parentheses.
Now, when you try to insert an anonymous function shortcut — i.e. #( ... ) — no closing parenthesis is inserted when you have typed in the #(
As a result, at that point, you end up with an unbalanced expression:
(#()
Curiously, this bug does not show up when the outer parentheses are square brackets.
Assume you have written
( )
and your cursor is between the two parentheses.
Now, when you try to insert an anonymous function shortcut — i.e. #( ... ) — no closing parenthesis is inserted when you have typed in the #(
As a result, at that point, you end up with an unbalanced expression:
(#()
Curiously, this bug does not show up when the outer parentheses are square brackets.