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: big number didn't show underscore in hover #47634

Closed
donnol opened this issue Aug 11, 2021 · 1 comment
Closed

x/tools/gopls: big number didn't show underscore in hover #47634

donnol opened this issue Aug 11, 2021 · 1 comment
Labels
FrozenDueToAge gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository.

Comments

@donnol
Copy link

donnol commented Aug 11, 2021

when I have:

const xxx = 10_000_000_000

and I use it:

some.value = xxx

The problem comes, when I put the cursor to the const, the hover show 10000000000, not 10_000_000_000.

@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 11, 2021
@gopherbot gopherbot added this to the Unreleased milestone Aug 11, 2021
@stamblerre
Copy link
Contributor

Thanks for the report, @donnol! I think this is actually the same issue as #47453, so I'm going to close this issue as a duplicate.

@stamblerre stamblerre removed this from the gopls/unplanned milestone Aug 11, 2021
@golang golang locked and limited conversation to collaborators Aug 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
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