Microsoft/TypeScript
Parameter completion for arrow/anonymous functions
オープン
#51,427 opened on 2022/11/07
Experience EnhancementHelp WantedSuggestion
Repository metrics
- Stars
- (108,860 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
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
