Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was 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

@joshrad-dev

Description

@joshrad-dev

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions