Details
Description
trying to add "[]" around "0,3,0,3" in "(0,3,0,3)" (see the following code) and couldn't close the "]" with the 1.5.1 plugin, it would insert ")" instead. Can someone else test and confirm?
From
comboBox(id: 'locations', border: emptyBorder(0,3,0,3)
to
comboBox(id: 'locations', border: emptyBorder([0,3,0,3)
then type the "]", it will be replaced by ")"
comboBox(id: 'locations', border: emptyBorder([0,3,0,3])
result
comboBox(id: 'locations', border: emptyBorder([0,3,0,3)
I think there is the same issue with [(3)]