ide-java icon indicating copy to clipboard operation
ide-java copied to clipboard

When hitting tab or enter on autocomplete, the original text before the suggestion stays when it should be deleted.

Open joshrad-dev opened this issue 5 years ago • 2 comments

To reproduce:

  1. Download the latest version of ide-java with apm install https://github.com/atom/ide-java
  2. Create a java file, wait for the language server to initialize, then start typing a statement
  3. For example, when typing System.out.pr and then hitting enter or tab on the first suggestion, the leftover result is System.out.prprintln();. This happens for any code I try to autocomplete, the part I typed stays along with the full autocompletion.

Is there a way to make it so the original part typed by the user is deleted upon the activation of autocomplete?

joshrad-dev avatar Sep 24 '20 20:09 joshrad-dev

same here

rjousse18 avatar Mar 03 '21 16:03 rjousse18

same here

blekdushi avatar Apr 04 '21 11:04 blekdushi