gregfullman / VSGenero

This is a Visual Studio extension for the Genero BDL.
5 stars 3 forks source link

Closing array square bracket commits autocomplete but doesn't add the bracket #6

Closed gregfullman closed 10 years ago

gregfullman commented 10 years ago

If a selection is made in the autocomplete list when typing an array index, and then the closing square bracket is entered, it commits the autocomplete selection but doesn't add in the closing square bracket. Look into how the comma works, because that work correctly.