If I'm editing an existing line of code in Android Studio, and accept an autocomplete, the following token to the right of the cursor gets eaten:
Is there a way to disable this behaviour, keeping both the autocomplete plus the rest of the line?
Users can enable or disable autofill as well as change the autofill service by navigating to Settings > System > Languages & input > Advanced > Input assistance > Autofill service.
if the autocomplete isn't working for you in Android Studio, just press File and uncheck the Power save mode, it should work fine after that. if power save mode is already unchecked then first check then uncheck them.
If you want to get suggestions , when you type in an editable text field , you can do this via AutoCompleteTextView. It provides suggestions automatically when the user is typing. The list of suggestions is displayed in a drop down menu from which the user can choose an item to replace the content of the edit box with.
If you press "Enter" it just pastes in the autocomplete, if you press "Tab" it replaces it. I would guess you are always pressing "Tab", so try "Enter" and see if you like how that works.
Full Documentation from JetBrains
Here's the TLDR;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With