Microsoft/TypeScript
GitHub で見るJS/TS Better inlay hint positioning in multiline rest parameters
Open
#48,377 opened on 2022年3月22日
Domain: LS: Inlay HintsEffort: CasualExperimentation NeededHelp Wanted
Repository metrics
- Stars
- (48,455 stars)
- PR merge metrics
- (平均マージ 6d 17h) (30d で 9 merged PRs)
説明
The inlay hint positioning in multiline rest parameters is odd.
Considering this function
const setTags = (...tags) => { /* ... */ }
How the hint is positioned:

What I expected it to be:
