ballerina-platform / lsp4intellij

This language client library provides language server protocol support for IntelliJ IDEA and other Jetbrains IDEs.
Apache License 2.0
428 stars 104 forks source link

Parameter information is not shown in the signature help. #360

Closed ThemiraChathumina closed 2 months ago

ThemiraChathumina commented 2 months ago

Description: Parameter information is not displayed in the hover of signature help.

Reproduced in Ballerina language server.

# Description.
#
# + x - parameter description
# + y - parameter description
# + return - return value description
function addInt2(int x, int y) returns int {
    return x + y;
}

image

NipunaRanasinghe commented 2 months ago

Closing with https://github.com/ballerina-platform/lsp4intellij/pull/361