You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
To reproduce:
apm install https://github.com/atom/ide-java
System.out.pr
and 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?
The text was updated successfully, but these errors were encountered: