This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Description
When typing String, the completion proposals are pretty much irrelevant:

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:
