Xamarin Studio Code Completion

Is there a way to enable automatic creation of a closing curly brace when an opening curly brace is entered in Xamarin Studio?

In other words, when I type }

, all other IDEs I have used are {

automatically generated. It doesn't look like Xamarin Studio.

+3


source to share


1 answer


You can set Xamarin Studio to automatically insert a closing curly brace when an entered curly brace is entered in Preferences - Text Editor - Behavior - Insert Fitting Shape.



Changing to a different way to enter the closing brace and having Xamarin Studio automatically insert the open brace doesn't seem to work.

+9


source







All Articles