x/tools/gopls: hover over unkeyed field should show field info #70450
Labels
FeatureRequest
gopls
Issues related to the Go language server, gopls.
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
When hovering over the name of a field in a composite literal, we show info about that field.
But when hovering over a value in an unkeyed literal, we show nothing. If anything, field information would be more useful in an unkeyed literal! I recently bumped into this while working in the middle of a large table driven test.
This should be easy to add.
The text was updated successfully, but these errors were encountered: