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: "View package documentation": use type information #67158

Open
adonovan opened this issue May 3, 2024 · 0 comments
Open

x/tools/gopls: "View package documentation": use type information #67158

adonovan opened this issue May 3, 2024 · 0 comments
Labels
FeatureRequest gopls Issues related to the Go language server, gopls.
Milestone

Comments

@adonovan
Copy link
Member

adonovan commented May 3, 2024

gopls v0.16's new doc viewer has access to the complete type information. It should make use of it to display such things as:

  • methods promoted from embedded fields
  • size/offset information
  • the relationship between interfaces and concrete types within the same package
    etc.
@gopherbot gopherbot added Tools This label describes issues relating to any tools in the x/tools repository. gopls Issues related to the Go language server, gopls. labels May 3, 2024
@gopherbot gopherbot added this to the Unreleased milestone May 3, 2024
@adonovan adonovan added FeatureRequest and removed Documentation Tools This label describes issues relating to any tools in the x/tools repository. labels May 3, 2024
@suzmue suzmue modified the milestones: Unreleased, gopls/v0.17.0 May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FeatureRequest gopls Issues related to the Go language server, gopls.
Projects
None yet
Development

No branches or pull requests

3 participants