Skip to content

x/tools/gopls: support semantic highlighting #39846

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

Closed
stamblerre opened this issue Jun 25, 2020 · 1 comment
Closed

x/tools/gopls: support semantic highlighting #39846

stamblerre opened this issue Jun 25, 2020 · 1 comment
Labels
FeatureRequest Issues asking for a new feature that does not need a proposal. FrozenDueToAge gopls Issues related to the Go language server, gopls. help wanted Tools This label describes issues relating to any tools in the x/tools repository.

Comments

@stamblerre
Copy link
Contributor

Version 3.16 of LSP will have support for semantic tokens. We should add support for this in gopls. Syntax highlighting is currently done by the better-go-syntax repo.

@stamblerre stamblerre added help wanted FeatureRequest Issues asking for a new feature that does not need a proposal. labels Jun 25, 2020
@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 Jun 25, 2020
@gopherbot gopherbot added this to the Unreleased milestone Jun 25, 2020
@stamblerre
Copy link
Contributor Author

This has now been implemented and is available by an opt-in semanticTokens configuration.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FeatureRequest Issues asking for a new feature that does not need a proposal. FrozenDueToAge gopls Issues related to the Go language server, gopls. help wanted Tools This label describes issues relating to any tools in the x/tools repository.
Projects
None yet
Development

No branches or pull requests

2 participants