Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

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

Open
jawshoeadan opened this issue Sep 24, 2020 · 2 comments

Comments

@jawshoeadan
Copy link

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?

@rjousse18
Copy link

same here

1 similar comment
@blekdushi
Copy link

same here

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants