Microsoft/TypeScript

Parameter completion for arrow/anonymous functions

Open

#51.427 aperta il 7 nov 2022

Vedi su GitHub
 (2 commenti) (6 reazioni) (0 assegnatari)TypeScript (6726 fork)batch import
Experience EnhancementHelp WantedSuggestion

Metriche repository

Star
 (48.455 star)
Metriche merge PR
 (Merge medio 6g 17h) (9 PR mergiate in 30 g)

Descrizione

Auto complete the parameters of anonymous functions. JavaScript and most other languages already name the parameters when the function is defined and you can see these names while you are writing the function, but why not complete the whole statement, or at least complete the names when in the parentheses.

JavaScript already knows the param names image

How IntelliJ handles it image image

Guida contributor