Skip to content

x/tools/gopls: List all function signatures in function completion list using CompletionItemLabelDetails #73956

Open
@myonlylonely

Description

@myonlylonely

For now, VSCode only will show the signature of the selected function. To see other function defines, we have to move cursor to make the selection. Is it possible to show all the function signatures like in GoLand?

This is now in VSCode:
Image
And this is now in GoLand:
Image

It will be a huge help if gopls could also support this kind of completion hints like GoLand.
There might be a performance hit, but we could make it a optional.

Metadata

Metadata

Assignees

No one assigned

    Labels

    FeatureRequestIssues asking for a new feature that does not need a proposal.ToolsThis label describes issues relating to any tools in the x/tools repository.goplsIssues related to the Go language server, gopls.gopls/completionIssues related to auto-completion in gopls.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions