-
-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
enhancementNew feature or requestNew feature or request
Description
There shall be better handling of typing coding with brackets.
For example, function(msg){ console.log(msg) }
Description:
There is auto closing bracket after typing function(
Expected Result:
No duplicated closing bracket when my typing is f u n c t i o n ( m s g )
Actual Result:
Cursor needs to be adjusted after the ) after typing f u n c t i o n ( m s g
Otherwise, typing f u n c t i o n ( m s g ) will become function(msg))
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request