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: in some cases returning documentation is not complete #36204

Closed
inliquid opened this issue Dec 18, 2019 · 2 comments
Closed

x/tools/gopls: in some cases returning documentation is not complete #36204

inliquid opened this issue Dec 18, 2019 · 2 comments
Labels
Documentation FrozenDueToAge gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository.
Milestone

Comments

@inliquid
Copy link

  1. VS Code
  2. gopls@master

Returning documentation with option

"hoverKind": "FullDocumentation"

in some cases not complete, for example:
изображение

https://pkg.go.dev/os?tab=doc#Signal

@gopherbot gopherbot added this to the Unreleased milestone Dec 18, 2019
@gopherbot gopherbot added Documentation Tools This label describes issues relating to any tools in the x/tools repository. gopls Issues related to the Go language server, gopls. labels Dec 18, 2019
@stamblerre
Copy link
Contributor

By missing documentation, are you referring to the documentation below for

var (
	Interrupt Signal = syscall.SIGINT
	Kill      Signal = syscall.SIGKILL
)

This documentation is actually for those variables, so it's separate from the os.Signal docs. For reference, the code can be found here:

// A Signal represents an operating system signal.
.

@golang golang deleted a comment from gopherbot Dec 18, 2019
@inliquid
Copy link
Author

Yes, I didn't notice that and though it was a code snippet within description.

@golang golang locked and limited conversation to collaborators Dec 17, 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. Tools This label describes issues relating to any tools in the x/tools repository.
Projects
None yet
Development

No branches or pull requests

3 participants