Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/tools/gopls: propagate hoverKind to completion #33653

Closed
inliquid opened this issue Aug 14, 2019 · 1 comment
Closed

x/tools/gopls: propagate hoverKind to completion #33653

inliquid opened this issue Aug 14, 2019 · 1 comment
Labels
Documentation FrozenDueToAge gopls Issues related to the Go language server, gopls.
Milestone

Comments

@inliquid
Copy link

As per #32561 atm, there is a configuration to provide full docs on hover:

"gopls": {
     "hoverKind": "FullDocumentation",
}

However it's not the case when we want docs on completion:

"gopls": {
    "wantCompletionDocumentation": true,
}

Please make completion return full docs when FullDocumentation option is set or add another config for completion.

@gopherbot gopherbot added this to the Unreleased milestone Aug 14, 2019
@gopherbot gopherbot added Documentation gopls Issues related to the Go language server, gopls. labels Aug 14, 2019
@stamblerre stamblerre changed the title x/tools/gopls: add posibility to enable full docs with 'wantCompletionDocumentation' x/tools/gopls: propagate hoverKind to completion, signatureHelp Aug 15, 2019
@stamblerre stamblerre changed the title x/tools/gopls: propagate hoverKind to completion, signatureHelp x/tools/gopls: propagate hoverKind to completion Aug 15, 2019
@gopherbot
Copy link

Change https://golang.org/cl/190400 mentions this issue: internal/lsp: propagate hoverKind to completion documentation

@golang golang locked and limited conversation to collaborators Aug 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Documentation FrozenDueToAge gopls Issues related to the Go language server, gopls.
Projects
None yet
Development

No branches or pull requests

2 participants