java - How to prevent Android Studio autocomplete removing adjacent token -


If I'm editing an existing line code in android studio, and accepting an autocomplete, the following Cursor at the right side of the token:

Enter image details here

Is there a way to disable this behavior, keeping both of the self and the balance of the plan?

If you press "Enter", it just pastes it into autocomplete, if you call it "tab" "Then it is replaced, I think that you are always pressing the" tab ", then try" enter "and see how it works.

Here is TLDR;

  1. Use Enter to insert the selected string at the entry point.
  2. Use Tab to change the string located next to the caret with the selected one.
  3. Use Ctrl + Shift + Enter to add an existing code to the syntax correctly (add balance brackets, missing braces and semicolons etc.)

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -