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: Add support for proper rendering of Go 1.19 doc comments #54260

Closed
rodrigocfd opened this issue Aug 3, 2022 · 1 comment
Closed
Assignees
Labels
FeatureRequest 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

@rodrigocfd
Copy link

Go 1.19 brought new syntax additions to Go doc comments:

  • paragraphs;
  • headings;
  • links;
  • doc links;
  • lists;
  • code blocks.

Currently these are not properly rendered when hovering the entity or in autocomplete.

@dle8 dle8 changed the title Add support for proper rendering of Go 1.19 doc comments x/tools/gopls: Add support for proper rendering of Go 1.19 doc comments Aug 4, 2022
@dle8 dle8 transferred this issue from golang/vscode-go Aug 4, 2022
@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 Aug 4, 2022
@gopherbot gopherbot added this to the Unreleased milestone Aug 4, 2022
@findleyr findleyr modified the milestones: gopls/later, gopls/v0.10.0 Aug 4, 2022
@pjweinb pjweinb self-assigned this Aug 5, 2022
@gopherbot
Copy link

Change https://go.dev/cl/421502 mentions this issue: internal/lsp: hover to render go 1.19 doc comments

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FeatureRequest 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

5 participants