x/tools/gopls: evaluate hex/binary integer literals when mousing over #45802
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.
Milestone
What version of Go are you using (
go version
)?What did you do?
Mouse over a hex/binary notation integer
What did you expect to see?
Gopls evaluate the number in decimal form and show me the result (I'm in VSCode). Gopls does this for
const
identifiers and it is super helpful!What did you see instead?
Nothing
The text was updated successfully, but these errors were encountered: