Skip to content

missing documentation.value in completion items on Linux #923

Description

@Eskibear

The issue was first mentioned by @muggell in #842 (comment)

The details are missing in completion items. The issue keeps occurring for @muggell no matter IntelliCode is enabled or disabled.

image1
image2

While I still get the suggestions, I can't get the "Read more.." information. It just loads the top spar showing the "Math" and nothing below it. It's driving me nuts. I really enjoy VSCode on my Windows Desktop, but I can't seem to get it working on my Linux laptop.
So would you mind sharing your solution? Perhaps that might help me out.

Edit: I do on the other hand get suggestions and further information when I use VSCode for .js files.

Environment
  • Operating System: some Linux distribution, see the original issue.
  • Java extension version: @muggell please also provide this.

VSCode version: 1.33.1
IntelliCode extension version: 1.1.6
JDK: openjdk-11 or java-1.11.0-openjdk-amd64

Additional Informations

As @muggell mentioned in #842 (comment)

[Trace - 12:15:40 PM] Received response 'completionItem/resolve - (40)' in 573ms.
Result: {
    "label": "E : double",
    "kind": 21,
    "detail": "Math",
    "documentation": {
        "kind": "markdown"
// ----> HERE THE "value" FIELD IS MISSING
    },
    "sortText": "999999178",
    "insertText": "E",
    "insertTextFormat": 2,
    "textEdit": {
        "range": {
            "start": {
                "line": 9,
                "character": 25
            },
            "end": {
                "line": 9,
                "character": 25
            }
        },
        "newText": "E"
    }
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions