Where can I find the setting for automatically adding the closing tag in layout XML in Android Studio? For example, if I select TextView from suggestions, it should automatically close it with /> .
I used to get the ending tag automatically, but after updating Android Studio, I am not getting it anymore. I tried searching in Editor > Code Style > XML, but didn't find any relevant setting.
I am on Android Studio 3.5 RC 3.



