Microsoft/TypeScript

Parameter completion for arrow/anonymous functions

Offen

#51.427 geöffnet am 07.11.2022

 (2 Kommentare) (6 Reaktionen) (0 zugewiesene Personen)TypeScript (13.395 Forks)batch import
Experience EnhancementHelp WantedSuggestion

Repository-Metriken

Stars
 (108.860 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide