No closing parenthesis when starting anonymous function shorthand #1265
Labels
released
Marks issues which have had the fixes released in a stable build
Milestone
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.
The text was updated successfully, but these errors were encountered: