golang/go

x/tools/gopls: hover over unkeyed field should show field info

Open

#70,450 创建于 2024年11月19日

在 GitHub 查看
 (5 评论) (1 反应) (0 负责人)Go (19,008 fork)batch import
FeatureRequestToolsgoplshelp wanted

仓库指标

Star
 (133,883 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南