Microsoft/TypeScript

Parameter completion for arrow/anonymous functions

Open

#51,427 创建于 2022年11月7日

在 GitHub 查看
 (2 评论) (6 反应) (0 负责人)TypeScript (6,726 fork)batch import
Experience EnhancementHelp WantedSuggestion

仓库指标

Star
 (48,455 star)
PR 合并指标
 (平均合并 6天 17小时) (30 天内合并 9 个 PR)

描述

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

贡献者指南