Microsoft/TypeScript
JS/TS Better inlay hint positioning in multiline rest parameters
Aperta
#48.377 aperta il 22 mar 2022
Domain: LS: Inlay HintsEffort: CasualExperimentation NeededHelp Wanted
Metriche repository
- Star
- (108.860 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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:
