I am trying to make a code editor for various programming languages but I am unable to add autocomplete feature to it.
I tried to use MultiAutoCompleteTextView but it takes , as the default separator between words.
For reference I want to make an app like ACODE
Use this line in your code:
This will make space as a seperator between two words.