Microsoft/TypeScript
JS/TS Better inlay hint positioning in multiline rest parameters
オープン
#48,377 opened on 2022/03/22
Domain: LS: Inlay HintsEffort: CasualExperimentation NeededHelp Wanted
Repository metrics
- Stars
- (108,860 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
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:
