Microsoft/TypeScript
Ver no GitHubParameter completion for arrow/anonymous functions
Open
#51.427 aberto em 7 de nov. de 2022
Experience EnhancementHelp WantedSuggestion
Métricas do repositório
- Stars
- (48.455 stars)
- Métricas de merge de PR
- (Mesclagem média 6d 17h) (9 fundiu PRs em 30d)
Description
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

How IntelliJ handles it
