This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Description
To reproduce:
- Download the latest version of ide-java with
apm install https://github.com/atom/ide-java
- Create a java file, wait for the language server to initialize, then start typing a statement
- 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?