Microsoft/TypeScript
JS/TS Better inlay hint positioning in multiline rest parameters
Ouverte
#48 377 ouverte le 22 mars 2022
Domain: LS: Inlay HintsEffort: CasualExperimentation NeededHelp Wanted
Métriques du dépôt
- Stars
- (108 860 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
Description
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:
