ide-java
ide-java copied to clipboard
When hitting tab or enter on autocomplete, the original text before the suggestion stays when it should be deleted.
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.prand then hitting enter or tab on the first suggestion, the leftover result isSystem.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?
same here
same here