'Stop default Autocomplete behavior when hitting spacebar in Android Studio

Basically the same as this question but for Android Studio. In side a function, if I type data and then press the space bar to enter data class, it automatically inserts ContactsContract.Data which is not what I want. How can I disable this? That is, insert suggestion only when I press tab.

enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source