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.

Code completion proposals are not properly sorted #46

Description

@fbricon

When typing String, the completion proposals are pretty much irrelevant:
screen shot 2017-11-16 at 9 38 59 am

Atom actually seems to ignore the sortText value of each proposal, which is supposed to translate the completion relevance into a proper sort:

        {
            "label": "String - java.lang",
            "kind": 7,
            "sortText": "999999164",
            "filterText": "String",
            "insertText": "String",
            "data": {
                "decl_signature": "Ljava.lang.String;",
                "pid": "74",
                "rid": "1",
                "uri": "file:/USERS/fbricon/Downloads/VSCode/src/Main.java"
            }
        },

For comparison, this is how VSCode displays the same results:
screen shot 2017-11-16 at 10 23 47 am

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions